mirror of
https://github.com/bendtherules/humblematch.git
synced 2026-08-18 13:52:00 +00:00
Adeed pip link + fixed version in setup.py
This commit is contained in:
@@ -4,6 +4,9 @@ Will **Sanitize your type-checks and duck-checks** for you
|
|||||||
|
|
||||||
")
|
")
|
||||||
|
|
||||||
|
**Install using**
|
||||||
|
`pip install humblematch`
|
||||||
|
|
||||||
Available at [HumbleMatch@pypi](https://pypi.python.org/pypi/humblematch)
|
Available at [HumbleMatch@pypi](https://pypi.python.org/pypi/humblematch)
|
||||||
|
|
||||||
More Docs at [projects.codesp.in/humblematch](http://humblematch.readthedocs.org/en/latest/)
|
More Docs at [projects.codesp.in/humblematch](http://humblematch.readthedocs.org/en/latest/)
|
||||||
@@ -22,7 +25,7 @@ HumbleMatch is made to *add a zing* to your mundane type-checking and duck-check
|
|||||||
|
|
||||||
### Run doctest -
|
### Run doctest -
|
||||||
|
|
||||||
python -m doctest .\wrap_obj.py
|
python -m doctest .\humblematch\wrap_obj.py
|
||||||
|
|
||||||
### Run tests-
|
### Run tests-
|
||||||
cd humblematch
|
cd humblematch
|
||||||
@@ -36,7 +39,7 @@ python setup.py build --plat-name=win32 bdist_wininst
|
|||||||
|
|
||||||
### To upload to PYPI-
|
### To upload to PYPI-
|
||||||
|
|
||||||
twine upload dist/*
|
twine upload dist/* -R pypi
|
||||||
|
|
||||||
### To build or serve docs
|
### To build or serve docs
|
||||||
|
|
||||||
|
|||||||
@@ -25,12 +25,12 @@ class PyTest(TestCommand):
|
|||||||
setup(
|
setup(
|
||||||
name='humblematch',
|
name='humblematch',
|
||||||
packages=['humblematch'], # this must be the same as the name above
|
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',
|
description='Will Sanitize your type-checks and duck-checks for you',
|
||||||
author='bendtherules',
|
author='bendtherules',
|
||||||
author_email='bendtherules@codesp.in',
|
author_email='bendtherules@codesp.in',
|
||||||
url='https://github.com/bendtherules/humblematch', # use the URL to the github repo
|
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',
|
license='WTFPL',
|
||||||
keywords=['type-checking', 'testing', 'assert'], # arbitrary keywords
|
keywords=['type-checking', 'testing', 'assert'], # arbitrary keywords
|
||||||
classifiers=['Development Status :: 3 - Alpha', ],
|
classifiers=['Development Status :: 3 - Alpha', ],
|
||||||
|
|||||||
Reference in New Issue
Block a user