Skip to content

Commit

Permalink
removed double definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelweinold committed Aug 23, 2023
1 parent 4bd838b commit 68349ad
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ build-backend = "setuptools.build_meta"
name = "bw-processing"
description = "Tools to create structured arrays in a common format"
authors = [
{ name = "Chris Mutel", email = "<[email protected]>" },
{ name = "Chris Mutel", email = "[email protected]" },
]
maintainers = [
{ name = "Chris Mutel", email = "<[email protected]>" },
{ name = "Chris Mutel", email = "[email protected]" },
]
keywords = [
"\"brightway\"",
"\"development\"",
"brightway",
"development",
]
classifiers = [
"Development Status :: 4 - Beta",
Expand Down Expand Up @@ -89,11 +89,6 @@ exclude = [
]
namespaces = true

[tool.setuptools.dynamic.version]
file = [
"bw_processing/VERSION",
]

[tool.pytest.ini_options]
addopts = "--cov bw_processing --cov-report term-missing\n--verbose"
norecursedirs = [
Expand Down

0 comments on commit 68349ad

Please sign in to comment.