File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed
Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11exclude *
2- include changelog.rst DEVELOP.rst License.txt README.rst requirements-dev.txt setup.py
2+ include changelog.rst DEVELOP.rst License.txt pyproject.toml README.rst requirements-dev.txt setup.py
33include scripts/docparser.py scripts/README.rst tox.ini
44recursive-include pgspecial *.py
55recursive-include tests *.py
Original file line number Diff line number Diff line change 1+ Upcoming
2+ ========
3+
4+ * Added `build-system ` section to `pyproject.toml ` to use the modern setuptools backend.
5+
162.1.0 (2023-03-31)
27=========
38
Original file line number Diff line number Diff line change 1+ [build-system ]
2+ requires = [" setuptools" ]
3+ build-backend = " setuptools.build_meta"
4+
15[tool .black ]
26line-length = 88
37target-version = [' py37' ]
You can’t perform that action at this time.
0 commit comments