Skip to content
This repository was archived by the owner on Jan 6, 2026. It is now read-only.

Commit be6c9ec

Browse files
committed
fix: move meta sections
1 parent ba2e35e commit be6c9ec

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pyproject.toml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,17 @@ dependencies = [
1515
"scipy>=1.5.3",
1616
"seaborn>=0.11.2"
1717
]
18-
19-
[build-system]
20-
requires = ["setuptools", "setuptools-scm"]
21-
build-backend = "setuptools.build_meta"
22-
2318
classifiers = [
2419
"License :: OSI Approved :: MIT License",
2520
"Operating System :: OS Independent",
2621
"Programming Language :: Python :: 3.7",
2722
"Topic :: Software Development :: Libraries :: Python Modules",
2823
]
2924

25+
[build-system]
26+
requires = ["setuptools", "setuptools-scm"]
27+
build-backend = "setuptools.build_meta"
28+
3029
[project.urls]
3130
homepage = "https://angrymaciek.github.io/angry-moran-simulator/_build/html/index.html"
3231
repository = "https://github.com/AngryMaciek/angry-moran-simulator"

0 commit comments

Comments
 (0)