diff --git a/packages/app/pyproject.toml b/packages/app/pyproject.toml index d971120ebc8..2ceefb4e176 100644 --- a/packages/app/pyproject.toml +++ b/packages/app/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,6 +14,23 @@ dynamic = [ "version", ] name = "galaxy-app" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] [project.scripts] galaxy-main = "galaxy.main:main" diff --git a/packages/app/setup.cfg b/packages/app/setup.cfg index 3baf6a1dc19..87c5e1ffbeb 100644 --- a/packages/app/setup.cfg +++ b/packages/app/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy application (backend) -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/auth/pyproject.toml b/packages/auth/pyproject.toml index 05908e0d29f..37cdfba3cdd 100644 --- a/packages/auth/pyproject.toml +++ b/packages/auth/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,20 @@ dynamic = [ "version", ] name = "galaxy-auth" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/auth/setup.cfg b/packages/auth/setup.cfg index 9b14990e24a..1d383aa3613 100644 --- a/packages/auth/setup.cfg +++ b/packages/auth/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy auth framework and implementations -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/config/pyproject.toml b/packages/config/pyproject.toml index a500f5514d1..a910771c963 100644 --- a/packages/config/pyproject.toml +++ b/packages/config/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,6 +14,23 @@ dynamic = [ "version", ] name = "galaxy-config" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] [project.scripts] galaxy-config = "galaxy.config.script:main" diff --git a/packages/config/setup.cfg b/packages/config/setup.cfg index 04f85fae0d5..37f23f6f266 100644 --- a/packages/config/setup.cfg +++ b/packages/config/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy configuration -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/data/pyproject.toml b/packages/data/pyproject.toml index 20b9e509b51..012de1839cc 100644 --- a/packages/data/pyproject.toml +++ b/packages/data/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,6 +14,23 @@ dynamic = [ "version", ] name = "galaxy-data" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] [project.scripts] galaxy-build-objects = "galaxy.model.store.build_objects:main" diff --git a/packages/data/setup.cfg b/packages/data/setup.cfg index d8412ace613..e065ee241f9 100644 --- a/packages/data/setup.cfg +++ b/packages/data/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy datatype framework and datatypes -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/files/pyproject.toml b/packages/files/pyproject.toml index f63dfb8fb19..8c5a5814739 100644 --- a/packages/files/pyproject.toml +++ b/packages/files/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,6 +14,23 @@ dynamic = [ "version", ] name = "galaxy-files" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] [project.scripts] galaxy-file-sources-conf-validation = "galaxy.files.validate.script:main" diff --git a/packages/files/setup.cfg b/packages/files/setup.cfg index 475885293b6..42bd93df5b2 100644 --- a/packages/files/setup.cfg +++ b/packages/files/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy file source framework and default plugins -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/job_execution/pyproject.toml b/packages/job_execution/pyproject.toml index 0300cd3a848..67f744d5584 100644 --- a/packages/job_execution/pyproject.toml +++ b/packages/job_execution/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,6 +14,23 @@ dynamic = [ "version", ] name = "galaxy-job-execution" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] [project.scripts] galaxy-set-metadata = "galaxy.metadata.set_metadata:set_metadata" diff --git a/packages/job_execution/setup.cfg b/packages/job_execution/setup.cfg index 75047b5ff71..c00695115b2 100644 --- a/packages/job_execution/setup.cfg +++ b/packages/job_execution/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy job execution runtime utilities -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/job_metrics/pyproject.toml b/packages/job_metrics/pyproject.toml index 7bb08dafd01..4aa209241b7 100644 --- a/packages/job_metrics/pyproject.toml +++ b/packages/job_metrics/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,22 @@ dynamic = [ "version", ] name = "galaxy-job-metrics" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/job_metrics/setup.cfg b/packages/job_metrics/setup.cfg index 2f488e1e43f..a21389976aa 100644 --- a/packages/job_metrics/setup.cfg +++ b/packages/job_metrics/setup.cfg @@ -1,26 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy job metrics -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/meta/pyproject.toml b/packages/meta/pyproject.toml index 1da366dc22d..a12839485f4 100644 --- a/packages/meta/pyproject.toml +++ b/packages/meta/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,22 @@ dynamic = [ "version", ] name = "galaxy" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Intended Audience :: Science/Research", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Scientific/Engineering :: Bio-Informatics", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/meta/setup.cfg b/packages/meta/setup.cfg index b71a469eddf..3450b752a31 100644 --- a/packages/meta/setup.cfg +++ b/packages/meta/setup.cfg @@ -1,26 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Intended Audience :: Science/Research - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Scientific/Engineering :: Bio-Informatics - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy server metapackage -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/navigation/pyproject.toml b/packages/navigation/pyproject.toml index 0fc80c26dcc..6e36f360398 100644 --- a/packages/navigation/pyproject.toml +++ b/packages/navigation/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,20 @@ dynamic = [ "version", ] name = "galaxy-navigation" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/navigation/setup.cfg b/packages/navigation/setup.cfg index 64e05b629d4..1acdeb29f9d 100644 --- a/packages/navigation/setup.cfg +++ b/packages/navigation/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy client DOM navigation framework -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/objectstore/pyproject.toml b/packages/objectstore/pyproject.toml index 1a8496808e0..67197b17c4f 100644 --- a/packages/objectstore/pyproject.toml +++ b/packages/objectstore/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,22 @@ dynamic = [ "version", ] name = "galaxy-objectstore" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/objectstore/setup.cfg b/packages/objectstore/setup.cfg index f7a293c6e27..dbcfe44932f 100644 --- a/packages/objectstore/setup.cfg +++ b/packages/objectstore/setup.cfg @@ -1,26 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy objectstore framework and plugins -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/schema/pyproject.toml b/packages/schema/pyproject.toml index 16d41ed07d5..6f6eea22bcb 100644 --- a/packages/schema/pyproject.toml +++ b/packages/schema/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,20 @@ dynamic = [ "version", ] name = "galaxy-schema" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/schema/setup.cfg b/packages/schema/setup.cfg index 3a4c6552b87..8c19e4b027b 100644 --- a/packages/schema/setup.cfg +++ b/packages/schema/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Pydantic models for Galaxy -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/selenium/pyproject.toml b/packages/selenium/pyproject.toml index bc79fc68068..db7524c2c5a 100644 --- a/packages/selenium/pyproject.toml +++ b/packages/selenium/pyproject.toml @@ -14,6 +14,23 @@ dynamic = [ "version", ] name = "galaxy-selenium" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] [project.scripts] gx-dump-tour = "galaxy.selenium.scripts.dump_tour:main" diff --git a/packages/selenium/setup.cfg b/packages/selenium/setup.cfg index 49d400c31bc..b85d11ebf28 100644 --- a/packages/selenium/setup.cfg +++ b/packages/selenium/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy Selenium interaction framework -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/test_api/pyproject.toml b/packages/test_api/pyproject.toml index 7fa8e96e74b..7a235a2df0b 100644 --- a/packages/test_api/pyproject.toml +++ b/packages/test_api/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,20 @@ dynamic = [ "version", ] name = "galaxy-test-api" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/test_api/setup.cfg b/packages/test_api/setup.cfg index 1cd7336edf5..d41a80de528 100644 --- a/packages/test_api/setup.cfg +++ b/packages/test_api/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy API tests -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/test_base/pyproject.toml b/packages/test_base/pyproject.toml index 833408e2c8a..606e3b8c249 100644 --- a/packages/test_base/pyproject.toml +++ b/packages/test_base/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,20 @@ dynamic = [ "version", ] name = "galaxy-test-base" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/test_base/setup.cfg b/packages/test_base/setup.cfg index bce7f1fd578..058d0e3c7b7 100644 --- a/packages/test_base/setup.cfg +++ b/packages/test_base/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy testing utilities -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/test_driver/pyproject.toml b/packages/test_driver/pyproject.toml index 1dd39799cc3..d416a1a2969 100644 --- a/packages/test_driver/pyproject.toml +++ b/packages/test_driver/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,20 @@ dynamic = [ "version", ] name = "galaxy-test-driver" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/test_driver/setup.cfg b/packages/test_driver/setup.cfg index e469a090b8c..cdf18b660de 100644 --- a/packages/test_driver/setup.cfg +++ b/packages/test_driver/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy test driver -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/test_selenium/pyproject.toml b/packages/test_selenium/pyproject.toml index 42fbf20aeed..b130f894fac 100644 --- a/packages/test_selenium/pyproject.toml +++ b/packages/test_selenium/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,20 @@ dynamic = [ "version", ] name = "galaxy-test-selenium" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/test_selenium/setup.cfg b/packages/test_selenium/setup.cfg index 5561972df4e..00fbb6b2f0f 100644 --- a/packages/test_selenium/setup.cfg +++ b/packages/test_selenium/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy Selenium tests -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/tool_shed/pyproject.toml b/packages/tool_shed/pyproject.toml index d27a0968611..3474a0b4ae8 100644 --- a/packages/tool_shed/pyproject.toml +++ b/packages/tool_shed/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,20 @@ dynamic = [ "version", ] name = "galaxy-tool-shed" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/tool_shed/setup.cfg b/packages/tool_shed/setup.cfg index 5b465bd5023..f48fc9f9919 100644 --- a/packages/tool_shed/setup.cfg +++ b/packages/tool_shed/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy Tool Shed -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/tool_shed_schema/pyproject.toml b/packages/tool_shed_schema/pyproject.toml index d29595a0c87..2790a3bd93e 100644 --- a/packages/tool_shed_schema/pyproject.toml +++ b/packages/tool_shed_schema/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,20 @@ dynamic = [ "version", ] name = "galaxy-tool-shed-schema" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/tool_shed_schema/setup.cfg b/packages/tool_shed_schema/setup.cfg index 85fe6d7cddb..abb262bdc0b 100644 --- a/packages/tool_shed_schema/setup.cfg +++ b/packages/tool_shed_schema/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Pydantic models for the Galaxy Tool Shed -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/tool_util/pyproject.toml b/packages/tool_util/pyproject.toml index a2d92c6f5eb..c0753dd1442 100644 --- a/packages/tool_util/pyproject.toml +++ b/packages/tool_util/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,6 +14,25 @@ dynamic = [ "version", ] name = "galaxy-tool-util" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] [project.scripts] galaxy-tool-format = "galaxy.tool_util.format:main" diff --git a/packages/tool_util/setup.cfg b/packages/tool_util/setup.cfg index 05adc7268ef..8d7a844f8b4 100644 --- a/packages/tool_util/setup.cfg +++ b/packages/tool_util/setup.cfg @@ -1,26 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy tool and tool dependency utilities -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/tool_util_models/pyproject.toml b/packages/tool_util_models/pyproject.toml index c030bdcb874..6486c3bed0f 100644 --- a/packages/tool_util_models/pyproject.toml +++ b/packages/tool_util_models/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,22 @@ dynamic = [ "version", ] name = "galaxy-tool-util-models" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/tool_util_models/setup.cfg b/packages/tool_util_models/setup.cfg index b5701f10197..7b39184dd28 100644 --- a/packages/tool_util_models/setup.cfg +++ b/packages/tool_util_models/setup.cfg @@ -1,26 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Pydantic models for Galaxy tools -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/tours/pyproject.toml b/packages/tours/pyproject.toml index a6383a302b0..ec2f38cb385 100644 --- a/packages/tours/pyproject.toml +++ b/packages/tours/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,6 +14,23 @@ dynamic = [ "version", ] name = "galaxy-tours" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] [project.scripts] gx-validate-tours = "galaxy.tours.validate:main" diff --git a/packages/tours/setup.cfg b/packages/tours/setup.cfg index d033cab3cc7..7b7e9e281be 100644 --- a/packages/tours/setup.cfg +++ b/packages/tours/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy tours backend framework -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/util/pyproject.toml b/packages/util/pyproject.toml index a52dd49b2a6..a8286875082 100644 --- a/packages/util/pyproject.toml +++ b/packages/util/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,22 @@ dynamic = [ "version", ] name = "galaxy-util" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.8", + "Programming Language :: Python :: 3.9", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/util/setup.cfg b/packages/util/setup.cfg index eba36856c33..896fc10f146 100644 --- a/packages/util/setup.cfg +++ b/packages/util/setup.cfg @@ -1,26 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.8 - Programming Language :: Python :: 3.9 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy generic utilities -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/web_apps/pyproject.toml b/packages/web_apps/pyproject.toml index 856b7497b7b..9cf1fc53352 100644 --- a/packages/web_apps/pyproject.toml +++ b/packages/web_apps/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,6 +14,23 @@ dynamic = [ "version", ] name = "galaxy-web-apps" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] [project.scripts] galaxy-web = "galaxy.webapps.galaxy.script:main" diff --git a/packages/web_apps/setup.cfg b/packages/web_apps/setup.cfg index b224e250710..7ac2a7e21cc 100644 --- a/packages/web_apps/setup.cfg +++ b/packages/web_apps/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy web apps -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/web_client/pyproject.toml b/packages/web_client/pyproject.toml index 3d8d81b245c..371358a58a4 100644 --- a/packages/web_client/pyproject.toml +++ b/packages/web_client/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,6 +14,23 @@ dynamic = [ "version", ] name = "galaxy-web-client" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] [project.scripts] galaxy-web-client-install = "galaxy.web_client.install:main" diff --git a/packages/web_client/setup.cfg b/packages/web_client/setup.cfg index 731134382e1..393e12a3993 100644 --- a/packages/web_client/setup.cfg +++ b/packages/web_client/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy web client (frontend) -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/web_framework/pyproject.toml b/packages/web_framework/pyproject.toml index b5236d9e117..41d84b18658 100644 --- a/packages/web_framework/pyproject.toml +++ b/packages/web_framework/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,20 @@ dynamic = [ "version", ] name = "galaxy-web-framework" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/web_framework/setup.cfg b/packages/web_framework/setup.cfg index 46175b12b24..b1049f06543 100644 --- a/packages/web_framework/setup.cfg +++ b/packages/web_framework/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy web framework -keywords = - Galaxy license = MIT license_files = LICENSE diff --git a/packages/web_stack/pyproject.toml b/packages/web_stack/pyproject.toml index 7d96f465059..b214531b18a 100644 --- a/packages/web_stack/pyproject.toml +++ b/packages/web_stack/pyproject.toml @@ -5,10 +5,8 @@ requires = ["setuptools", "setuptools-scm>=8"] [project] dynamic = [ "authors", - "classifiers", "dependencies", "description", - "keywords", "license", "optional-dependencies", "readme", @@ -16,3 +14,20 @@ dynamic = [ "version", ] name = "galaxy-web-stack" +classifiers = [ + "Development Status :: 5 - Production/Stable", + "Environment :: Console", + "Intended Audience :: Developers", + "Natural Language :: English", + "Operating System :: POSIX", + "Programming Language :: Python :: 3", + "Programming Language :: Python :: 3.10", + "Programming Language :: Python :: 3.11", + "Programming Language :: Python :: 3.12", + "Programming Language :: Python :: 3.13", + "Programming Language :: Python :: 3.14", + "Topic :: Software Development", + "Topic :: Software Development :: Code Generators", + "Topic :: Software Development :: Testing", +] +keywords = ["Galaxy"] diff --git a/packages/web_stack/setup.cfg b/packages/web_stack/setup.cfg index 0671c28aada..7e0a4a31a64 100644 --- a/packages/web_stack/setup.cfg +++ b/packages/web_stack/setup.cfg @@ -1,24 +1,7 @@ [metadata] author = Galaxy Project and Community author_email = galaxy-committers@lists.galaxyproject.org -classifiers = - Development Status :: 5 - Production/Stable - Environment :: Console - Intended Audience :: Developers - Natural Language :: English - Operating System :: POSIX - Programming Language :: Python :: 3 - Programming Language :: Python :: 3.10 - Programming Language :: Python :: 3.11 - Programming Language :: Python :: 3.12 - Programming Language :: Python :: 3.13 - Programming Language :: Python :: 3.14 - Topic :: Software Development - Topic :: Software Development :: Code Generators - Topic :: Software Development :: Testing description = Galaxy web stack abstraction -keywords = - Galaxy license = MIT license_files = LICENSE