Skip to content

Commit

Permalink
0.0.2 -- trying to get an actual install actually working
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesthomas committed Sep 6, 2016
1 parent be1848a commit c0d54a2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
README.rst
VERSION
LICENSE
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.1
0.0.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
long_description=LONG_DESC,
# test_suite='tests',
entry_points = {'nose.plugins.0.10':
['testrail_reporter = testrail_reporter:TestRailReporter']},
['testrail_reporter = testrail_reporter.testrail_reporter:TestRailReporter']},
install_requires=['nose >= 1.3.7',
'testrail >= 0.3.5',],
classifiers=['Development Status :: 4 - Beta',
Expand Down

0 comments on commit c0d54a2

Please sign in to comment.