We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec18776 commit 9fd9b14Copy full SHA for 9fd9b14
setup.py
@@ -13,6 +13,7 @@
13
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
14
download_url='http://pypi.python.org/packages/source/p/pyres/pyres-%s.tar.gz' % version,
15
include_package_data=True,
16
+ package_data={'': ['requirements.txt']},
17
entry_points = """\
18
[console_scripts]
19
pyres_manager=pyres.scripts:pyres_manager
0 commit comments