File tree Expand file tree Collapse file tree 3 files changed +1
-22
lines changed
Expand file tree Collapse file tree 3 files changed +1
-22
lines changed Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ description = "SNS DASMON listener"
88dynamic = [" version" ]
99requires-python = " >=3.10"
1010license = " LGPL-3.0-or-later"
11- authors = [
12- {
name =
" NScD Oak Ridge National Laboratory" ,
email =
" [email protected] " }
13- ]
1411classifiers = [
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 ]
2721dasmon_listener = " dasmon_listener.dasmon_listener:run"
2822reduction_update = " dasmon_listener.reduction_script_update:run"
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ description = "Common models for nscd web monitor"
88dynamic = [" version" ]
99requires-python = " >=3.10"
1010license = " LGPL-3.0-or-later"
11- authors = [
12- {
name =
" NScD Oak Ridge National Laboratory" ,
email =
" [email protected] " }
13- ]
1411classifiers = [
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 ]
2721tests = [" pytest" ]
2822
2923[tool .setuptools ]
3024include-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 ]
3930reporting = [
Original file line number Diff line number Diff line change @@ -8,9 +8,6 @@ description = "SNS data workflow manager"
88dynamic = [" version" ]
99requires-python = " >=3.10"
1010license = " LGPL-3.0-or-later"
11- authors = [
12- {
name =
" NScD Oak Ridge National Laboratory" ,
email =
" [email protected] " }
13- ]
1411classifiers = [
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 ]
2721workflowmgr = " workflow.sns_post_processing:run"
2822
You can’t perform that action at this time.
0 commit comments