Back to home page

EIC code displayed by LXR

 
 

    


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