Skip to content

Commit

Permalink
fix: move meta sections
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Jul 31, 2023
1 parent ba2e35e commit be6c9ec
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 @@ -15,18 +15,17 @@ dependencies = [
"scipy>=1.5.3",
"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",
"Programming Language :: Python :: 3.7",
"Topic :: Software Development :: Libraries :: Python Modules",
]

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

[project.urls]
homepage = "https://angrymaciek.github.io/angry-moran-simulator/_build/html/index.html"
repository = "https://github.com/AngryMaciek/angry-moran-simulator"
Expand Down

0 comments on commit be6c9ec

Please sign in to comment.