Add DESCRIPTION.rst, LICENSE, README.md to pip package. Closes #329

This commit is contained in:
Jim Miller 2018-08-15 10:55:41 -05:00
parent 9694cfa883
commit 398f965726
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
FanFicFare FanFicFare
========== ==========
This is the repository for the FanFicFare project. [This is the repository for the FanFicFare project.](https://github.com/JimmXinu/FanFicFare)
FanFicFare is the rename and move of the previous FanFictionDownLoader (AKA FanFicFare is the rename and move of the previous FanFictionDownLoader (AKA
FFDL, AKA fanficdownloader) project. FFDL, AKA fanficdownloader) project.

View file

@ -104,7 +104,7 @@ setup(
# need to place data files outside of your packages. See: # need to place data files outside of your packages. See:
# http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files # noqa # http://docs.python.org/3.4/distutils/setupscript.html#installing-additional-files # noqa
# In this case, 'data_file' will be installed into '<sys.prefix>/my_data' # In this case, 'data_file' will be installed into '<sys.prefix>/my_data'
# data_files=[('my_data', ['data/data_file'])], data_files=[('', ['LICENSE','README.md','DESCRIPTION.rst'])],
# To provide executable scripts, use entry points in preference to the # To provide executable scripts, use entry points in preference to the
# "scripts" keyword. Entry points provide cross-platform support and allow # "scripts" keyword. Entry points provide cross-platform support and allow