Commit f077b5b0 authored by David Wilson's avatar David Wilson

issue #56: fix up setup.py, bump version number.

parent 7e01c5be
...@@ -4,11 +4,11 @@ from distutils.core import setup ...@@ -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 = [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment