Fix author, license etc. in setup.py

This commit is contained in:
Lance Edgar 2023-05-05 14:42:53 -05:00
parent 4004342497
commit 47c2df12de

View file

@ -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 = [