diff --git a/README.md b/README.md index dd33f4fd..335b25e1 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/setup.py b/setup.py index ef03b3c5..e8c7ae7b 100644 --- a/setup.py +++ b/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 '/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