|
| 1 | +[build-system] |
| 2 | +requires = ["flot"] |
| 3 | +build-backend = "flot.buildapi" |
| 4 | + |
| 5 | +[project] |
| 6 | +name = "aboutcode.pipeline" |
| 7 | +version = "0.1.0" |
| 8 | +description = "AboutCode Pipeline library. Execute code in steps." |
| 9 | +license = { text = "Apache-2.0" } |
| 10 | +readme = "aboutcode/pipeline/README.md" |
| 11 | +requires-python = ">=3.9" |
| 12 | +authors = [ { name = "nexB. Inc. and others", email = "[email protected]" } ] |
| 13 | +keywords = [ |
| 14 | + "open source", |
| 15 | + "pipeline", |
| 16 | + "scancode", |
| 17 | +] |
| 18 | +classifiers = [ |
| 19 | + "Development Status :: 4 - Beta", |
| 20 | + "Intended Audience :: Developers", |
| 21 | + "Programming Language :: Python :: 3", |
| 22 | + "Programming Language :: Python :: 3 :: Only", |
| 23 | + "Programming Language :: Python :: 3.9", |
| 24 | + "Programming Language :: Python :: 3.10", |
| 25 | + "Programming Language :: Python :: 3.11", |
| 26 | + "Programming Language :: Python :: 3.12", |
| 27 | + "Topic :: Software Development", |
| 28 | + "Topic :: Utilities", |
| 29 | +] |
| 30 | + |
| 31 | +[project.urls] |
| 32 | +Homepage = "https://github.com/nexB/scancode.io" |
| 33 | +Documentation = "https://scancodeio.readthedocs.io/" |
| 34 | +Changelog = "https://github.com/nexB/scancode.io/tree/main/aboutcode/pipeline/CHANGELOG.md" |
| 35 | +Repository = "https://github.com/nexB/scancode.io/tree/main/aboutcode/pipeline" |
| 36 | +Issues = "https://github.com/nexB/scancode.io/issues" |
| 37 | + |
| 38 | +[tool.flot] |
| 39 | +includes = [ |
| 40 | + "aboutcode/pipeline/*", |
| 41 | +] |
| 42 | +metadata_files = [ |
| 43 | + "LICENSE", |
| 44 | + "NOTICE", |
| 45 | +] |
0 commit comments