Skip to content

Commit

Permalink
Updated pyproject a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
kwinkunks committed Sep 20, 2023
1 parent d85cdb0 commit 9935a81
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["setuptools>=65", "setuptools-scm>=8"]
requires = ["setuptools>=68", "setuptools-scm>=8"]
build-backend = "setuptools.build_meta"

[project]
Expand All @@ -13,7 +13,8 @@ readme = "README.md"
keywords = ["machine learning", "data science", "quality assurance"]
classifiers = [
"Intended Audience :: Science/Research",
"Development Status :: 3 - Alpha",
"Topic :: Scientific/Engineering :: Information Analysis",
"Development Status :: 4 - Beta",
"Natural Language :: English",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
Expand Down

0 comments on commit 9935a81

Please sign in to comment.