issue #56: fix up setup.py, bump version number.
This commit is contained in:
parent
7e01c5bed5
commit
f077b5b092
6
setup.py
6
setup.py
|
@ -4,11 +4,11 @@ from distutils.core import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = 'mitogen',
|
name = 'mitogen',
|
||||||
version = '0.0.0',
|
version = '0.0.1',
|
||||||
description = 'Library for writing distributed self-replicating programs. THIS PACKAGE IS INCOMPLETE. IT IS BEING UPLOADED BECAUSE PYPI MAINTAINERS BROKE THE REGISTER COMMAND',
|
description = 'Library for writing distributed self-replicating programs.',
|
||||||
author = 'David Wilson',
|
author = 'David Wilson',
|
||||||
license = 'OpenLDAP BSD',
|
license = 'OpenLDAP BSD',
|
||||||
url = 'http://github.com/dw/mitogen/',
|
url = 'https://github.com/dw/mitogen/',
|
||||||
packages = ['mitogen'],
|
packages = ['mitogen'],
|
||||||
zip_safe = False,
|
zip_safe = False,
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
|
Loading…
Reference in New Issue