Fix author, license etc. in setup.py
This commit is contained in:
parent
4004342497
commit
47c2df12de
17
setup.py
17
setup.py
|
@ -15,24 +15,23 @@ README = open(os.path.join(here, 'README.md')).read()
|
||||||
setup(
|
setup(
|
||||||
name = "rattail-nationbuilder",
|
name = "rattail-nationbuilder",
|
||||||
version = __version__,
|
version = __version__,
|
||||||
author = "Your Name",
|
author = "Lance Edgar",
|
||||||
author_email = "you@example.com",
|
author_email = "lance@edbob.org",
|
||||||
# url = "https://example.com/",
|
url = "https://rattailproject.org/",
|
||||||
|
license = "GNU GPL v3",
|
||||||
description = "Rattail integration package for NationBuilder",
|
description = "Rattail integration package for NationBuilder",
|
||||||
long_description = README,
|
long_description = README,
|
||||||
|
|
||||||
classifiers = [
|
classifiers = [
|
||||||
|
'Development Status :: 4 - Beta',
|
||||||
# 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',
|
|
||||||
'Intended Audience :: Developers',
|
'Intended Audience :: Developers',
|
||||||
|
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)',
|
||||||
'Natural Language :: English',
|
'Natural Language :: English',
|
||||||
|
'Operating System :: OS Independent',
|
||||||
'Programming Language :: Python',
|
'Programming Language :: Python',
|
||||||
'Programming Language :: Python :: 3',
|
'Programming Language :: Python :: 3',
|
||||||
'Topic :: Office/Business',
|
'Topic :: Office/Business',
|
||||||
|
'Topic :: Software Development :: Libraries :: Python Modules',
|
||||||
],
|
],
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
|
|
Loading…
Reference in a new issue