Moved docs + build working

This commit is contained in:
2015-06-21 18:48:28 +05:30
parent 3c72899823
commit 027665d9eb
9 changed files with 285 additions and 4 deletions
+3 -2
View File
@@ -1,14 +1,15 @@
from distutils.core import setup
from setuptools import setup
setup(
name='humblematch',
packages=['humblematch'], # this must be the same as the name above
version='0.1.dev1',
version='0.1.dev2',
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.dev1', # I'll explain this in a second
license='WTFPL',
keywords=['type-checking', 'testing', 'assert'], # arbitrary keywords
classifiers=['Development Status :: 3 - Alpha', ],
)