-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
31 lines (29 loc) · 1.02 KB
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[build-system]
requires = ["setuptools>=65.6.3", "wheel", "babel"]
build-backend = "setuptools.build_meta"
[project]
name = "fiduswriter-website"
version = "3.11.4"
description = "A Fidus Writer plugin to allow publishing articles publically directly."
readme = "README.md"
license = {text = "AGPL-3.0-or-later"}
authors = [
{email = "[email protected]", name = "Johannes Wilm"},
]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Science/Research",
"Framework :: Django :: 4.1",
"License :: OSI Approved :: GNU Affero General Public License v3",
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering",
"Topic :: Text Editors :: Word Processors",
"Topic :: Text Processing",
"Topic :: Text Processing :: Markup :: HTML",
"Topic :: Utilities",
"Topic :: Internet :: WWW/HTTP :: Dynamic Content"
]
dependencies = ["fiduswriter"]
[project.urls]
homepage = "https://www.fiduswriter.org"
repository = "https://www.github.com/fiduswriter/fiduswriter-website"