Release 0.8.0
[pylit.git] / pyproject.toml
blob3db49bd015485331c74376deaa79340a29c0aa27
1 [build-system]
2 requires = ["flit_core >=2,<4"]
3 build-backend = "flit_core.buildapi"
5 [tool.flit.metadata]
6 module = "pylit"
7 author = "Günter Milde"
8 author-email = "milde@users.sf.net"
9 home-page = "https://codeberg.org/milde/pylit"
10 classifiers = [
11     "Intended Audience :: Developers",
12     "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
13     "Development Status :: 4 - Beta",
14     "Environment :: Console",
15     "Topic :: Software Development :: Documentation",
18 description-file = "README.rst"
19 requires-python = ">=2.7"
22 [tool.flit.metadata.requires-extra]
23 test = ["nose",]
24 doc = ["sphinx"]
27 [tool.flit.scripts]
28 pylit = "pylit:main"