[Pyple-commits] SF.net SVN: pyple: [6] src/setup.py
Status: Pre-Alpha
Brought to you by:
anseljh
From: <an...@us...> - 2006-04-13 00:59:21
|
Revision: 6 Author: anseljh Date: 2006-04-12 17:59:17 -0700 (Wed, 12 Apr 2006) ViewCVS: http://svn.sourceforge.net/pyple/?rev=6&view=rev Log Message: ----------- added more metadata for Cheese Shop Modified Paths: -------------- src/setup.py Modified: src/setup.py =================================================================== --- src/setup.py 2006-04-13 00:57:49 UTC (rev 5) +++ src/setup.py 2006-04-13 00:59:17 UTC (rev 6) @@ -34,9 +34,12 @@ setup(name='PyPLE', version='0.0.1', - description='Python Persistent Logic Engine', + description='PyPLE (pronounced "pipple") is the Python Persistent Logic Engine -- a framework for composing, evaluating, and storing logical expressions.', author='Ansel Halliburton', author_email='an...@us...', - url='http://www.anseljh/code/pyple/', + keywords=['logic','engine',expression'], + url='http://pyple.sourceforge.net/', + license='BSD License', + classifiers=['Development Status :: 2 - Pre-Alpha', 'Intended Audience :: Developers', 'License :: OSI Approved :: BSD License', 'Operating System :: OS Independent', 'Programming Language :: Python', 'Topic :: Software Development :: Libraries :: Python Modules'], py_modules=['PyPLE', 'Expression', 'Operator', 'PyPLEType', 'Element', 'Code'], ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |