Skip to content

Commit 4b83af9

Browse files
authored
Versioning fixes (#232)
1 parent 1d79658 commit 4b83af9

File tree

2 files changed

+398
-398
lines changed

2 files changed

+398
-398
lines changed

pyproject.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ exclude = ["tests*", "docs*"]
2828

2929
[project]
3030
name = "wagtailstreamforms"
31-
dynamic = ["version"]
31+
version = "5.0.1"
3232
description = ""
3333
authors = [{ name = "Lab Digital BV", email = "[email protected]" }]
3434
dependencies = [
@@ -41,7 +41,7 @@ dependencies = [
4141
"tox>=4.26.0",
4242
]
4343
requires-python = ">=3.9"
44-
readme = "README.md"
44+
readme = "README.rst"
4545
license = { text = "Proprietary" }
4646
classifiers = [
4747
"License :: Other/Proprietary License",
@@ -55,6 +55,5 @@ classifiers = [
5555
]
5656

5757
[build-system]
58-
requires = ["setuptools", "wheel", "setuptools_scm[toml]"]
58+
requires = ["setuptools", "wheel"]
5959
build-backend = "setuptools.build_meta"
60-
packages = ["wagtailstreamforms"]

0 commit comments

Comments
 (0)