mirror of
https://github.com/JimmXinu/FanFicFare.git
synced 2025-12-06 08:52:55 +01:00
Add DESCRIPTION.rst, LICENSE, README.md to pip package. Closes #329
This commit is contained in:
parent
9694cfa883
commit
398f965726
2 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
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
|
||||
FFDL, AKA fanficdownloader) project.
|
||||
|
|
|
|||
2
setup.py
2
setup.py
|
|
@ -104,7 +104,7 @@ setup(
|
|||
# need to place data files outside of your packages. See:
|
||||
# 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'
|
||||
# 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
|
||||
# "scripts" keyword. Entry points provide cross-platform support and allow
|
||||
|
|
|
|||
Loading…
Reference in a new issue