Skip to content

Commit

Permalink
Merge pull request #474 from icemac/patch-1
Browse files Browse the repository at this point in the history
Update Trove classifiers and URL

- update list of supported python versions
- point to github instead of the old cheeseshop site
  • Loading branch information
freddrake committed Feb 22, 2019
2 parents d6c13b3 + e67c451 commit 9418699
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions zc.recipe.egg_/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,16 @@ def read(*rnames):
'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'),
Expand Down

0 comments on commit 9418699

Please sign in to comment.