Skip to content

Commit 80553d6

Browse files
authored
Correct inconsistencies in pyproject.toml (#228)
1 parent d502515 commit 80553d6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gemd/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.2.2"
1+
__version__ = "2.2.3"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ classifiers = [
2626
Homepage = "http://github.com/CitrineInformatics/gemd-python"
2727

2828
[build-system]
29-
requires = ["setuptools>=69.0", "wheel"]
29+
requires = ["setuptools>=75.0", "wheel"]
3030
build-backend = "setuptools.build_meta"
3131

3232
[tool.setuptools.dynamic]
3333
version = {attr = "gemd.__version__.__version__"}
3434

3535
[tool.setuptools.packages.find]
3636
where = ["."]
37-
include = ["gemd"]
37+
include = ["gemd*"]
3838
exclude = ["docs", "tests"]
3939

4040
[tool.setuptools.package-data]

0 commit comments

Comments
 (0)