Skip to content

Commit

Permalink
Updating setup scripts.
Browse files Browse the repository at this point in the history
git-svn-id: https://weblion.psu.edu/svn/weblion/weblion/Products.Gloworm/trunk@5824 ea9a3244-bef9-0310-a2a5-f2a3d2dd1ec8
  • Loading branch information
ems174 committed Nov 16, 2008
1 parent 15f9073 commit 796babf
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
4 changes: 2 additions & 2 deletions setup.cfg
@@ -1,3 +1,3 @@
[egg_info]
tag_build = dev
tag_svn_revision = true
tag_build =
tag_svn_revision = false
16 changes: 10 additions & 6 deletions setup.py
Expand Up @@ -6,17 +6,19 @@
setup(name='Products.Gloworm',
version=version,
description="",
long_description=open("README.txt").read() + "\n" +
open(os.path.join("docs", "HISTORY.txt")).read(),
long_description=open("Products/Gloworm/HISTORY.txt").read() + "\n\n" +
open("Products/Gloworm/README.txt").read(),
# Get more strings from http://www.python.org/pypi?%3Aaction=list_classifiers
classifiers=[
"Framework :: Plone",
"Framework :: Zope2",
"Framework :: Zope3",
"Programming Language :: Python",
"Topic :: Software Development :: Libraries :: Python Modules",
],
keywords='',
author='',
author_email='',
url='',
author='WebLion Group, Penn State University',
author_email='support@weblion.psu.edu',
url='https://weblion.psu.edu/svn/weblion/weblion/plone.app.gloworm/',
license='GPL',
packages=find_packages(exclude=['ez_setup']),
namespace_packages=['Products'],
Expand All @@ -25,8 +27,10 @@
install_requires=[
'setuptools',
# -*- Extra requirements: -*-
'plone.app.customerize>=1.1.2',
],
entry_points="""
# -*- Entry points: -*-
""",
)

0 comments on commit 796babf

Please sign in to comment.