Skip to content

Commit

Permalink
Switching to pyproject.toml (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
tdegeus committed Dec 1, 2023
1 parent 7f172d7 commit e887f39
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 22 deletions.
18 changes: 18 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
[build-system]
requires = ["setuptools>=45", "setuptools_scm[toml]>=6.2"]

[project]
authors = [{name = "Tom de Geus", email = "tom@geus.me"}]
classifiers = ["License :: OSI Approved :: MIT License"]
dependencies = ["deprecation", "matplotlib", "numpy", "pyyaml", "scipy"]
description = "Style and extension functions for matplotlib"
dynamic = ["version"]
name = "GooseMPL"
readme = "README.md"
requires-python = ">=3.6"

[project.urls]
Source = "https://github.com/tdegeus/GooseMPL"

[tool.setuptools_scm]
write_to = "GooseMPL/_version.py"
22 changes: 0 additions & 22 deletions setup.py

This file was deleted.

0 comments on commit e887f39

Please sign in to comment.