Skip to content

Commit d93ca24

Browse files
committed
Address more comments
1 parent 7140df2 commit d93ca24

File tree

3 files changed

+1
-22
lines changed

3 files changed

+1
-22
lines changed

src/dasmon_app/pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ description = "SNS DASMON listener"
88
dynamic = ["version"]
99
requires-python = ">=3.10"
1010
license = "LGPL-3.0-or-later"
11-
authors = [
12-
{name = "NScD Oak Ridge National Laboratory", email = "[email protected]"}
13-
]
1411
classifiers = [
1512
"Programming Language :: Python :: 3",
1613
"Programming Language :: Python :: 3.10",
@@ -20,9 +17,6 @@ classifiers = [
2017
"Topic :: System :: Networking",
2118
]
2219

23-
[project.urls]
24-
Homepage = "http://neutrons.github.com/"
25-
2620
[project.scripts]
2721
dasmon_listener = "dasmon_listener.dasmon_listener:run"
2822
reduction_update = "dasmon_listener.reduction_script_update:run"

src/webmon_app/pyproject.toml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ description = "Common models for nscd web monitor"
88
dynamic = ["version"]
99
requires-python = ">=3.10"
1010
license = "LGPL-3.0-or-later"
11-
authors = [
12-
{name = "NScD Oak Ridge National Laboratory", email = "[email protected]"}
13-
]
1411
classifiers = [
1512
"Programming Language :: Python :: 3",
1613
"Programming Language :: Python :: 3.10",
@@ -20,20 +17,14 @@ classifiers = [
2017
"Topic :: System :: Networking",
2118
]
2219

23-
[project.urls]
24-
Homepage = "http://neutrons.github.com/"
25-
2620
[project.optional-dependencies]
2721
tests = ["pytest"]
2822

2923
[tool.setuptools]
3024
include-package-data = true
3125

3226
[tool.setuptools.packages.find]
33-
exclude = ["reporting.tests*"]
34-
35-
[tool.setuptools.exclude-package-data]
36-
reporting = ["reporting.tests", "reporting.tests.*"]
27+
exclude = ["tests*"]
3728

3829
[tool.setuptools.package-data]
3930
reporting = [

src/workflow_app/pyproject.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ description = "SNS data workflow manager"
88
dynamic = ["version"]
99
requires-python = ">=3.10"
1010
license = "LGPL-3.0-or-later"
11-
authors = [
12-
{name = "NScD Oak Ridge National Laboratory", email = "[email protected]"}
13-
]
1411
classifiers = [
1512
"Programming Language :: Python :: 3",
1613
"Programming Language :: Python :: 3.10",
@@ -20,9 +17,6 @@ classifiers = [
2017
"Topic :: System :: Networking",
2118
]
2219

23-
[project.urls]
24-
Homepage = "http://neutrons.github.com/"
25-
2620
[project.scripts]
2721
workflowmgr = "workflow.sns_post_processing:run"
2822

0 commit comments

Comments
 (0)