Skip to content

Commit

Permalink
Package pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Jul 31, 2024
1 parent a0ce614 commit 6f5cf02
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions pyproject-pipeline.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
[build-system]
requires = [ "flot>=0.7.0" ]
build-backend = "flot.buildapi"

[project]
name = "pipeline"
version = "1.0.0"
description = ""
license = { text = "Apache-2.0" }
# TODO consider a readme?
# readme = "README.rst"
requires-python = ">=3.8"
authors = [
{ name = "nexB. Inc. and others", email = "[email protected]" },
]
keywords = [
"open source",
"pipeline",
"scancode",
]

classifiers = [
"Development Status :: 5 - Production/Stable",
"Intended Audience :: Developers",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3 :: Only",
"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",
"Topic :: Software Development",
"Topic :: Utilities",
]

dependencies = [
"bleach>=6.1.0",
"markdown-it-py>=3.0.0",
]


[project.urls]
Homepage = "https://github.com/nexB/scancode.io"


[tool.flot]

includes = [
"pipeline/__init__.py",
]

metadata_files = [
"*.LICENSE",
"NOTICE",
"CHANGELOG.rst",
"CODE_OF_CONDUCT.rst",
"README-pipeline.rst",
]

0 comments on commit 6f5cf02

Please sign in to comment.