File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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 ]
227requires = [
328 " setuptools>=42" ,
You can’t perform that action at this time.
0 commit comments