[Happydoc-checkins] CVS: HappyDoc setup.py,1.12,1.13
Brought to you by:
doughellmann,
krlosaqp
From: Doug H. <dou...@us...> - 2002-11-16 19:41:35
|
Update of /cvsroot/happydoc/HappyDoc In directory usw-pr-cvs1:/tmp/cvs-serv26423 Modified Files: setup.py Log Message: Added discriminators, but commented them out because they are not supported yet. Index: setup.py =================================================================== RCS file: /cvsroot/happydoc/HappyDoc/setup.py,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** setup.py 26 Oct 2002 12:54:03 -0000 1.12 --- setup.py 16 Nov 2002 19:41:32 -0000 1.13 *************** *** 3,7 **** # $Id$ # ! # Time-stamp: <02/10/26 08:45:13 dhellmann> # # Copyright 2001 Doug Hellmann. --- 3,7 ---- # $Id$ # ! # Time-stamp: <02/10/27 07:43:10 dhellmann> # # Copyright 2001 Doug Hellmann. *************** *** 156,159 **** --- 156,168 ---- scripts = platform_specific_scripts, + + # discriminators = [ 'Operating System :: OS Independent', + # 'Environment :: Console (Text Based)', + # 'Programming Language :: Python', + # 'License :: OSI Approved :: BSD License', + # 'Development Status :: 5 - Production/Stable', + # 'Intended Audience :: Developers', + # 'Topic :: Software Development', + # ], ) |