Warning, /iDDS/client/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-client"
0007 version = "2.2.21"
0008 description = "intelligent Distributed Dispatch and Scheduling Service (iDDS) - Client 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 "requests",
0017 "urllib3",
0018 "tabulate",
0019 "argcomplete",
0020 "idds-common>=2.2.0",
0021 "idds-workflow>=2.2.0",
0022 ]
0023 classifiers = [
0024 "Development Status :: 5 - Production/Stable",
0025 "Intended Audience :: Developers",
0026 "Natural Language :: English",
0027 "Programming Language :: Python :: 3.9",
0028 "Programming Language :: Python :: 3.10",
0029 "Programming Language :: Python :: 3.11",
0030 "Programming Language :: Python :: 3.12",
0031 ]
0032
0033 [project.urls]
0034 Documentation = "https://github.com/HSF/iDDS/wiki"
0035 Source = "https://github.com/HSF/iDDS"
0036
0037 [tool.setuptools]
0038 package-dir = {"" = "lib"}
0039
0040 [tool.setuptools.packages.find]
0041 where = ["lib"]
0042 include = ["idds.client*"]
0043
0044 [tool.setuptools.package-data]
0045 "*" = ["*.template"]