Skip to content

Commit

Permalink
updated packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaddison committed Jun 25, 2017
1 parent ef8aee5 commit 0380ce1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
include README.rst
include LICENSE
include packaging/VERSION
include wiki
recursive-include packaging *.txt
recursive-include rptk *.conf
recursive-include rptk/templates *.j2
Expand Down
5 changes: 0 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

version = open('packaging/VERSION').read().strip()
requirements = open('packaging/requirements.txt').read().split("\n")
test_requirements = open('packaging/requirements-test.txt').read().split("\n")
with open('README.rst', encoding='utf-8') as f:
long_description = f.read()

Expand Down Expand Up @@ -33,11 +32,7 @@
},
include_package_data=True,
data_files=[('etc/rptk', ['rptk/rptk.conf'])],

url='https://github.com/wolcomm/rptk',
download_url='https://github.com/wolcomm/rptk/%s' % version,

install_requires=requirements,
tests_require=test_requirements,
test_suite='nose.collector'
)

0 comments on commit 0380ce1

Please sign in to comment.