forked from github/pelican
Update PyPI classifiers; add funding & tracker links
This commit is contained in:
parent
5c93a86eea
commit
8a3cff38b3
1 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue