Skip to content

Commit

Permalink
Clean ups.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Jul 12, 2018
1 parent 0f35ddb commit ca589b5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Expand Up @@ -25,7 +25,7 @@

setup(name='DocumentTemplate',
version=version,
url='http://pypi.python.org/pypi/DocumentTemplate',
url='https://github.com/zopefoundation/DocumentTemplate',
license='ZPL 2.1',
description="Document Templating Markup Language (DTML)",
author='Zope Foundation and Contributors',
Expand All @@ -36,7 +36,7 @@
classifiers=[
"Development Status :: 6 - Mature",
"Environment :: Web Environment",
"Framework :: Zope2",
"Framework :: Zope :: 4",
"License :: OSI Approved :: Zope Public License",
"Operating System :: OS Independent",
"Programming Language :: Python",
Expand All @@ -47,6 +47,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: CPython",
],
keywords='DTML template zope HTML SQL web markup',
install_requires=[
'AccessControl >= 4.0a5',
'Acquisition',
Expand Down

0 comments on commit ca589b5

Please sign in to comment.