Skip to content

Commit

Permalink
Add initial pyproject.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Oct 29, 2023
1 parent 9986aa9 commit 92b734b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
[project]
name = "ansible-bootstrap"
version = "0.1.0"
requires-python = ">=3.6"

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

[tool.setuptools]
py-modules = []

0 comments on commit 92b734b

Please sign in to comment.