pylock v2
This commit is contained in:
parent
0164d236e8
commit
1e64259a09
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -40,7 +40,7 @@ class install_pylock(distutils.command.install.install):
|
||||||
|
|
||||||
distutils.core.setup(
|
distutils.core.setup(
|
||||||
name = 'pylock',
|
name = 'pylock',
|
||||||
version = '1',
|
version = '2',
|
||||||
author = 'Matthias Schiffer',
|
author = 'Matthias Schiffer',
|
||||||
author_email = 'mschiffer@universe-factory.net',
|
author_email = 'mschiffer@universe-factory.net',
|
||||||
url = 'http://git.universe-factory.net/pylock/',
|
url = 'http://git.universe-factory.net/pylock/',
|
||||||
|
|
Reference in a new issue