Warning, /iDDS/monitor/pyproject.toml is written in an unsupported language. File is not indexed.
0001 [build-system]
0002 requires = ["setuptools>=61.0", "wheel"]
0003 build-backend = "setuptools.build_meta"
0004
0005 [project]
0006 name = "idds-monitor"
0007 version = "2.2.21"
0008 description = "intelligent Distributed Dispatch and Scheduling Service (iDDS) - Monitor Package"
0009 readme = "README.md"
0010 license = "Apache-2.0"
0011 authors = [
0012 {name = "PanDA Team", email = "atlas-adc-panda@cern.ch"},
0013 ]
0014 requires-python = ">=3.9"
0015 dependencies = [
0016 "flask",
0017 "idds-common>=2.2.0",
0018 ]
0019 classifiers = [
0020 "Development Status :: 5 - Production/Stable",
0021 "Intended Audience :: Developers",
0022 "Natural Language :: English",
0023 "Programming Language :: Python :: 3.9",
0024 "Programming Language :: Python :: 3.10",
0025 "Programming Language :: Python :: 3.11",
0026 "Programming Language :: Python :: 3.12",
0027 ]
0028
0029 [project.urls]
0030 Documentation = "https://github.com/HSF/iDDS/wiki"
0031 Source = "https://github.com/HSF/iDDS"
0032
0033 [tool.setuptools]
0034 package-dir = {"" = "lib"}
0035
0036 [tool.setuptools.packages.find]
0037 where = ["lib"]
0038 include = ["idds.monitor*"]
0039
0040 [tool.setuptools.package-data]
0041 "idds.monitor" = ["data/**/*"]