Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Commit

Permalink
Changed Alpha status to Beta.
Browse files Browse the repository at this point in the history
Added a file in the empty test folder "releaseinfo" to avoid problems with uploading to pypi with setuptools.
  • Loading branch information
trollfot committed Mar 7, 2010
1 parent c6e9e67 commit c91d0fa
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 10 deletions.
21 changes: 11 additions & 10 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,23 @@ def read(*rnames):

setup(name='grokui.admin',
version='0.6.2dev',
description="The Grok administration and development UI (base)",
description="The Grok administration and development UI",
long_description=(
read(os.path.join('src', 'grokui', 'admin', 'README.txt')) +
'\n\n' +
read('CHANGES.txt')
),
classifiers=[
'Development Status :: 3 - Alpha',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
'Framework :: Zope3'],
'Development Status :: 4 - Beta',
'Environment :: Web Environment',
'Intended Audience :: Developers',
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python',
'Natural Language :: English',
'Operating System :: OS Independent',
'Topic :: Internet :: WWW/HTTP',
'Framework :: Zope3',
],
keywords="zope3 grok grokadmin",
author="Uli Fouquet and lots of contributors from grok community",
author_email="grok-dev@zope.org",
Expand Down
2 changes: 2 additions & 0 deletions src/grokui/admin/tests/releaseinfo/readme.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
This folder is used for tests. It is meant to contain release info fake
sources.

0 comments on commit c91d0fa

Please sign in to comment.