🧱 Add pyproject.toml for packaging
This commit is contained in:
parent
347d26aef7
commit
80830e5e68
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|||
|
||||
[project]
|
||||
name = "tripleo_aio_helpers"
|
||||
version = "0.0.1"
|
||||
version = "0.2.1"
|
||||
authors = [
|
||||
{ name="Neill Cox", email="neill.cox@ingenious.com.au" },
|
||||
]
|
||||
|
|
@ -25,4 +25,5 @@ classifiers = [
|
|||
create_aio_vm = "tripleo_aio_helpers.create_aio_vm:main"
|
||||
os_migrate_setup = "tripleo_aio_helpers.os_migrate_setup:main"
|
||||
os_migrate_teardown = "tripleo_aio_helpers.os_migrate_teardown:main"
|
||||
os_migrate_validate = "tripleo_aio_helpers.os_migrate_validate:main"
|
||||
prepare_deployment = "tripleo_aio_helpers.prepare_deployment:main"
|
||||
Loading…
Add table
Add a link
Reference in a new issue