diff options
author | Zach Smith <zd@zdsmith.com> | 2015-12-28 14:53:12 -0500 |
---|---|---|
committer | Zach Smith <zd@zdsmith.com> | 2015-12-28 14:53:12 -0500 |
commit | 0d85d161977bcfd9bb26b930ca13e66fd0e3786f (patch) | |
tree | 12728bbd169f91eb6fbf29cec542fd1d8df48729 /setup.py | |
parent | b55033371b55b7d9410eee01d036531da3e42784 (diff) | |
download | pycco-0.4.tar.gz |
(0.4)0.4
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -2,13 +2,13 @@ from setuptools import setup, find_packages setup( name="Pycco", - version="0.3.1", + version="0.4", description="""A Python port of Docco: the original quick-and-dirty, hundred-line-long, literate-programming-style documentation generator. """, - author="Nick Fitzgerald", - author_email="fitzgen@gmail.com", - url="http://fitzgen.github.com/pycco", + author="Zach Smith", + author_email="subsetpark@gmail.com", + url="https://pycco-docs.github.io/pycco/", packages=find_packages(), entry_points={ 'console_scripts': [ |