1
0
Fork 0
forked from github/pelican

Update PyPI classifiers; add funding & tracker links

This commit is contained in:
Justin Mayer 2020-08-11 09:14:55 +02:00
commit 8a3cff38b3

View file

@ -18,14 +18,18 @@ classifiers = [
"License :: OSI Approved :: GNU Affero General Public License v3",
"Operating System :: OS Independent",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: Implementation :: CPython",
"Topic :: Internet :: WWW/HTTP",
"Topic :: Software Development :: Libraries :: Python Modules",
]
[tool.poetry.urls]
"Funding" = "https://donate.getpelican.com/"
"Tracker" = "https://github.com/getpelican/pelican/issues"
[tool.poetry.dependencies]
python = "^3.6"
blinker = "^1.4"