Skip to content

Commit 9fd9b14

Browse files
author
Matt George
committed
adding package data
1 parent ec18776 commit 9fd9b14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
1414
download_url='http://pypi.python.org/packages/source/p/pyres/pyres-%s.tar.gz' % version,
1515
include_package_data=True,
16+
package_data={'': ['requirements.txt']},
1617
entry_points = """\
1718
[console_scripts]
1819
pyres_manager=pyres.scripts:pyres_manager

0 commit comments

Comments
 (0)