diff --git a/setup.py b/setup.py index 5822dd4..bce9934 100644 --- a/setup.py +++ b/setup.py @@ -15,24 +15,23 @@ README = open(os.path.join(here, 'README.md')).read() setup( name = "rattail-nationbuilder", version = __version__, - author = "Your Name", - author_email = "you@example.com", - # url = "https://example.com/", + author = "Lance Edgar", + author_email = "lance@edbob.org", + url = "https://rattailproject.org/", + license = "GNU GPL v3", description = "Rattail integration package for NationBuilder", long_description = README, classifiers = [ - - # TODO: remove this if you intend to publish your project - # (it's here by default, to prevent accidental publishing) - 'Private :: Do Not Upload', - - 'Development Status :: 3 - Alpha', + 'Development Status :: 4 - Beta', 'Intended Audience :: Developers', + 'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)', 'Natural Language :: English', + 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 3', 'Topic :: Office/Business', + 'Topic :: Software Development :: Libraries :: Python Modules', ], install_requires = [