We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87cd5b commit 3e319edCopy full SHA for 3e319ed
pyproject.toml
@@ -0,0 +1,18 @@
1
+[build-system]
2
+requires = ["setuptools >= 77.0.3"]
3
+build-backend = "setuptools.build_meta"
4
+
5
+[project]
6
+name = "doxystub"
7
+version = "0.1.5"
8
+readme = "README.md"
9
+requires-python = ">=3.9"
10
+authors = [{ name = "Grégoire Passault", email = "[email protected]" }]
11
+description = "Stubs generator based on Doxygen+Boost.Python"
12
13
+[project.urls]
14
+Homepage = "https://github.com/rhoban/doxystub/"
15
+Repository = "https://github.com/rhoban/doxystub/"
16
17
+[project.scripts]
18
+doxystub = "docystub.doxystub:main"
setup.py
0 commit comments