mirror of
https://github.com/bendtherules/humblematch.git
synced 2026-08-18 13:52:00 +00:00
Version bump from dev as build fails + build egg
This commit is contained in:
@@ -35,7 +35,7 @@ py.test
|
|||||||
|
|
||||||
### To build code -
|
### To build code -
|
||||||
|
|
||||||
python setup.py sdist bdist_wheel
|
python setup.py sdist bdist_wheel bdist_msi bdist_egg
|
||||||
|
|
||||||
python setup.py build --plat-name=win-amd64 bdist_wininst
|
python setup.py build --plat-name=win-amd64 bdist_wininst
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ 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.dev3',
|
version='0.1.1',
|
||||||
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',
|
||||||
|
|||||||
Reference in New Issue
Block a user