diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index fe4c1ab7..00000000 --- a/MANIFEST.in +++ /dev/null @@ -1,2 +0,0 @@ -include LICENSE NEWS readme.md Requirements.txt -recursive-include patacrep/data * diff --git a/setup.py b/setup.py index d5b90fdc..d153d49e 100755 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ setup( install_requires=[ "unidecode", "jinja2", "chardet", "ply", ], + setup_requires=["hgtools"], include_package_data=True, entry_points={ 'console_scripts': [ @@ -38,6 +39,5 @@ setup( "Topic :: Utilities", ], platforms=["GNU/Linux", "Windows", "MacOsX"] - platforms=["GNU/Linux", "Windows", "MacOsX"], long_description = open("README.rst", "r").read(), )