- 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-fa5697faa6a0develop
parent
aae8da965a
commit
05634c2ba7
13
README
13
README
|
@ -30,10 +30,23 @@ pythons built-in help facility::
|
||||||
import asterisk.config
|
import asterisk.config
|
||||||
help (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
|
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:
|
* ChangeLog:
|
||||||
The ChangeLog needs to be updated from the monotone logs.
|
The ChangeLog needs to be updated from the monotone logs.
|
||||||
|
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -27,6 +27,8 @@ setup \
|
||||||
, long_description = ''.join (description)
|
, long_description = ''.join (description)
|
||||||
, author = 'Karl Putland'
|
, author = 'Karl Putland'
|
||||||
, author_email = 'kputland@users.sourceforge.net'
|
, author_email = 'kputland@users.sourceforge.net'
|
||||||
|
, maintainer = 'Ralf Schlatterbeck'
|
||||||
|
, maintainer_email = 'rsc@runtux.com'
|
||||||
, url = 'http://www.sourceforge.net/projects/pyst/'
|
, url = 'http://www.sourceforge.net/projects/pyst/'
|
||||||
, packages = ['asterisk']
|
, packages = ['asterisk']
|
||||||
, license = ', '.join (licenses)
|
, license = ', '.join (licenses)
|
||||||
|
|
Loading…
Reference in New Issue