Skip to content

Commit

Permalink
RLS: pycd10api v0.2.2
Browse files Browse the repository at this point in the history
Merge branch 'release/v0.2.2'

* release/v0.2.2:
  RLS: Update setup.py: bump version to v0.2.2
  BLD: Update setup.py TESTS_REQUIRE (see requirements-test.txt)
  BLD: Add MANIFEST.in for 'python setup.py sdist'
  • Loading branch information
westurner committed Oct 12, 2014
2 parents 91af088 + cf6e3d7 commit bd5e498
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
7 changes: 7 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
include requirements.txt
include requirements-test.txt
include data/get_icd10.sh
include pycd10api.ini
include README.rst
include Makefile
recursive-include *
7 changes: 1 addition & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@
'lxml'
]

TESTS_REQUIRE = [
'nose',
]

setup(name='pycd10api',
version="0.2.1",
version="0.2.2",
description='pycd10api',
long_description=README,
classifiers=[
Expand All @@ -37,7 +33,6 @@
include_package_data=True,
zip_safe=False,
install_requires=INSTALL_REQUIRES,
tests_require=TESTS_REQUIRE,
entry_points="""\
[paste.app_factory]
main = pycd10api:main
Expand Down

0 comments on commit bd5e498

Please sign in to comment.