Skip to content

Commit

Permalink
removed setuptools_scm for test
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsteve committed Dec 23, 2023
1 parent 5f0158c commit 8897e73
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
[build-system]
requires = ["setuptools>=45",
"setuptools_scm[toml]>=6.2",
"wheel"]
build-backend = 'setuptools.build_meta'

[project]
name = "roentgen"
dynamic = ["version"]
version = ["heroku"]
description = "A Python package for the quantitative analysis of the interaction of energetic x-rays with matter. This package is named after one of the discoverers of X-rays, Wilhelm Rontgen."
readme = "README.rst"
license = {file = "LICENSE.rst"}
Expand Down Expand Up @@ -79,9 +78,6 @@ hermes_core = ["roentgen/data/*"]
[tool.setuptools]
packages = ["roentgen"]

[tool.setuptools_scm]
write_to = "roentgen/_version.py"

[tool.pytest]
minversion = 3.0
testpaths = ["roentgen", "docs"]
Expand Down

0 comments on commit 8897e73

Please sign in to comment.