- add maintainer to setup.py

- add credits section and clarification to Todo section


git-svn-id: https://pyst.svn.sourceforge.net/svnroot/pyst/pyst/trunk@8 01a3061f-1c3a-49da-a2a0-fa5697faa6a0
develop
ralf 2010-06-18 10:15:08 +00:00
parent aae8da965a
commit 05634c2ba7
2 changed files with 15 additions and 0 deletions

13
README
View File

@ -30,10 +30,23 @@ pythons built-in help facility::
import asterisk.config
help (asterisk.config)
Credits
-------
Thanks to Karl Putland for writing the original package.
Thanks to Matthew Nicholson for maintaining the package for some years
and for handing over maintenance when he was no longer interested.
Things to do for pyst
---------------------
This is the original changelog merged into the readme file. I'm not so
sure I really want to change all these things (in particular the
threaded implementation looks good to me). I will maintain a section
summarizing the changes in this README, the ChangeLog won't be
maintained any longer. Detailed changes will be available in the version
control tool (currently svn).
* ChangeLog:
The ChangeLog needs to be updated from the monotone logs.

View File

@ -27,6 +27,8 @@ setup \
, long_description = ''.join (description)
, author = 'Karl Putland'
, author_email = 'kputland@users.sourceforge.net'
, maintainer = 'Ralf Schlatterbeck'
, maintainer_email = 'rsc@runtux.com'
, url = 'http://www.sourceforge.net/projects/pyst/'
, packages = ['asterisk']
, license = ', '.join (licenses)