Commit 9418699c authored by Fred Drake's avatar Fred Drake Committed by GitHub

Merge pull request #474 from icemac/patch-1

Update Trove classifiers and URL

- update list of supported python versions
- point to github instead of the old cheeseshop site
parents d6c13b3e e67c4519
......@@ -57,15 +57,16 @@ setup(
'License :: OSI Approved :: Zope Public License',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Topic :: Software Development :: Build Tools',
'Topic :: Software Development :: Libraries :: Python Modules',
],
url='http://cheeseshop.python.org/pypi/zc.recipe.egg',
url='https://github.com/buildout/buildout/tree/master/zc.recipe.egg_',
license = "ZPL 2.1",
packages = find_packages('src'),
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment