Skip to content

Commit

Permalink
pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Jul 31, 2023
1 parent 7d4f950 commit 81796fc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,6 @@ authors = [
readme = "dist/.pypi.md"
license = {text = "MIT"}
requires-python = ">=3.9"

[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

dependencies = [
"matplotlib>=3.3.4",
"numpy>=1.19.5",
Expand All @@ -21,6 +16,10 @@ dependencies = [
"seaborn>=0.11.2"
]

[build-system]
requires = ["setuptools", "setuptools-scm"]
build-backend = "setuptools.build_meta"

classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
Expand Down

0 comments on commit 81796fc

Please sign in to comment.