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
setup(
name = 'mitogen',
version = '0.0.0',
description = 'Library for writing distributed self-replicating programs. THIS PACKAGE IS INCOMPLETE. IT IS BEING UPLOADED BECAUSE PYPI MAINTAINERS BROKE THE REGISTER COMMAND',
version = '0.0.1',
description = 'Library for writing distributed self-replicating programs.',
author = 'David Wilson',
license = 'OpenLDAP BSD',
url = 'http://github.com/dw/mitogen/',
url = 'https://github.com/dw/mitogen/',
packages = ['mitogen'],
zip_safe = False,
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