Skip to content

Commit 3e319ed

Browse files
committed
Switching to toml
1 parent b87cd5b commit 3e319ed

File tree

2 files changed

+18
-15
lines changed

2 files changed

+18
-15
lines changed

pyproject.toml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)