Skip to content

Commit

Permalink
Add License classifier; update URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
jamadden committed Apr 24, 2023
1 parent fcb3d33 commit d197c1e
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 @@ -28,14 +28,15 @@ def _read(fname):
long_description=_read('README.rst') + '\n\n' + _read('CHANGES.rst'),
license='Apache',
keywords='nose2 testing zope3 ZTK hamcrest',
url='https://github.com/NextThought/nti.testing',
url='https://github.com/OpenNTI/nti.testing',
project_urls={
'Documentation': 'https://ntitesting.readthedocs.io/en/latest/',
},
classifiers=[
'Intended Audience :: Developers',
'Natural Language :: English',
'Operating System :: OS Independent',
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit d197c1e

Please sign in to comment.