Adeed pip link + fixed version in setup.py

This commit is contained in:
2015-06-21 22:02:28 +05:30
parent 46edf10e9d
commit d57304504e
2 changed files with 7 additions and 4 deletions
+2 -2
View File
@@ -25,12 +25,12 @@ class PyTest(TestCommand):
setup(
name='humblematch',
packages=['humblematch'], # this must be the same as the name above
version='0.1.dev2',
version='0.1.dev3',
description='Will Sanitize your type-checks and duck-checks for you',
author='bendtherules',
author_email='bendtherules@codesp.in',
url='https://github.com/bendtherules/humblematch', # use the URL to the github repo
download_url='https://github.com/bendtherules/humblematch/tarball/0.1.dev2', # I'll explain this in a second
download_url='https://github.com/bendtherules/humblematch/tarball/0.1.dev3', # I'll explain this in a second
license='WTFPL',
keywords=['type-checking', 'testing', 'assert'], # arbitrary keywords
classifiers=['Development Status :: 3 - Alpha', ],