Skip to content

Commit

Permalink
Add keywords as requested by pyroma and fix the url.
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Howitz committed Aug 25, 2017
1 parent 178bd89 commit a0440ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,13 @@
setup(
name='Missing',
version=__version__,
url='http://pypi.python.org/pypi/Missing',
url='https://github.com/zopefoundation/Missing',
license='ZPL 2.1',
description="Special Missing objects used in Zope2.",
author='Zope Foundation and Contributors',
author_email='zope-dev@zope.org',
long_description='\n\n'.join([README, CHANGES]),
keywords="zope2 missing object",
packages=find_packages('src'),
package_dir={'': 'src'},
classifiers=[
Expand Down

0 comments on commit a0440ba

Please sign in to comment.