We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fbda99 commit 1bdc5c1Copy full SHA for 1bdc5c1
Pipfile
@@ -43,6 +43,7 @@ sphinx-rtd-theme = "*" # Additional Sphinx logic for building with stan
43
# Project pypi dependencies.
44
flit = "*" # Simple way to build and put Python packages on PyPI.
45
twine = "*" # For pushing/publishing packages.
46
+tox = "*" # For automated testing after pushing.
47
48
49
###
pyproject.toml
@@ -1,7 +1,7 @@
1
# Build properties for deployment.
2
[build-system]
3
-requires = ['setuptools>=40.8.0', 'wheel']
4
-build-backend = 'setuptools.build_meta:__legacy__'
+requires = ["flit_core >=3.2,<4"]
+build-backend = "flit_core.buildapi"
5
6
7
# region Core Project Settings and Metadata
0 commit comments