Skip to content

Commit bf68ced

Browse files
committed
fill pyproject.toml
1 parent 39647f8 commit bf68ced

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

pyproject.toml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
[project]
2+
name = "pyodr"
3+
version = "0.0.2"
4+
description = "Fundamental package for array computing in Python"
5+
classifiers = []
6+
authors = [
7+
{name = "Andreas Stefl"},
8+
]
9+
maintainers = [
10+
{name = "Andreas Stefl", email="stefl.andreas@gmail.com"},
11+
]
12+
requires-python = ">=3.7"
13+
readme = "README.md"
14+
license = {file = "LICENSE.txt"}
15+
16+
[project.scripts]
17+
pyodr = "pyodr.cli:main"
18+
19+
[project.urls]
20+
homepage = "https://opendocument.app/"
21+
source = "https://github.com/opendocument-app/OpenDocument.py"
22+
download = "https://pypi.org/project/pyodr/#files"
23+
tracker = "https://github.com/opendocument-app/OpenDocument.py/issues"
24+
"release notes" = "https://github.com/opendocument-app/OpenDocument.py/releases"
25+
126
[build-system]
227
requires = [
328
"setuptools>=42",

0 commit comments

Comments
 (0)