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 d8ec2d6 commit 3968ed7Copy full SHA for 3968ed7
docs/changelog.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+### 1.0.1 - `pyproject.toml`
4
+
5
+Added `pyproject.toml`
6
7
### 1.0.0 - Stable version
8
9
Overall behaviour stabilized and compliance with `@autoclass` to cover most use cases.
pyproject.toml
@@ -0,0 +1,7 @@
+[build-system]
+requires = [
+ "setuptools",
+ "setuptools_scm",
+ "six",
+]
+build-backend = "setuptools.build_meta"
0 commit comments