You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
433 B

[build-system]
requires = ["flit_core >=3.2,<4"]
build-backend = "flit_core.buildapi"
[project]
name = "ocm_cli"
authors = [{name = "Micke Nordin, email = "hej@mic.ke"}]
readme = "README.md"
dynamic = ["version", "description"]
classifiers = [
"License :: OSI Approved :: GNU Affero General Public License version 3",
]
[project.urls]
Home = "https://code.smolnet.org/micke/ocm-cli"
[project.scripts]
ocm-cli = "ocm_cli:main"