Last vestiges of setup.py

This commit is contained in:
Tony Garnock-Jones 2023-11-10 17:41:58 +01:00
parent 586385c716
commit 441941fb19
2 changed files with 3 additions and 1 deletions

View File

@ -37,4 +37,4 @@ publish: clean build
twine upload dist/*
build: build-docs
python3 setup.py sdist bdist_wheel
python3 -m build

View File

@ -24,12 +24,14 @@ Issues = "https://gitlab.com/preserves/preserves/-/issues"
[project.optional-dependencies]
dev = [
"build",
"coverage",
"mkdocs",
"mkdocstrings[python]",
"mkdocs-material",
"mkdocs-macros-plugin",
"mkdocs-git-revision-date-localized-plugin",
"twine",
]
[tool.setuptools]