Skip to content

Commit

Permalink
- setup.py cleanups [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
dataflake committed Apr 14, 2019
1 parent 4da4d9b commit 28f88f0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@
setup(name='DocumentTemplate',
version=version,
url='https://github.com/zopefoundation/DocumentTemplate',
project_urls={
'Documentation': ('https://zope.readthedocs.io/en/latest/'
'zopebook/index.html'),
'Issue Tracker': ('https://github.com/zopefoundation/'
'DocumentTemplate/issues'),
'Sources': 'https://github.com/zopefoundation/DocumentTemplate',
},
license='ZPL 2.1',
description="Document Templating Markup Language (DTML)",
author='Zope Foundation and Contributors',
Expand All @@ -36,6 +43,7 @@
classifiers=[
"Development Status :: 6 - Mature",
"Environment :: Web Environment",
"Framework :: Zope",
"Framework :: Zope :: 4",
"License :: OSI Approved :: Zope Public License",
"Operating System :: OS Independent",
Expand All @@ -47,6 +55,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Text Processing :: Markup",
],
keywords='DTML template zope HTML SQL web markup',
install_requires=[
Expand Down

0 comments on commit 28f88f0

Please sign in to comment.