Skip to content

Commit

Permalink
Created ACME packing slip for order #1.
Browse files Browse the repository at this point in the history
  • Loading branch information
MicahGale committed Jul 17, 2024
1 parent 16f8844 commit 07611ae
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[project]
name = "acme_corp"
description = "A package, or box, created by the Acme Corporation for all of your Road Runner hunting needs."

readme = "README.md"
requires-python = ">=3.9"
maintainers = [{name = "G. C. Runner", email = "[email protected]"}]
authors = [{name = "G. C. Runner", email = "[email protected]"}]

keywords = ["Piano", "Anvil", "Instant Tunnel"]

dependencies = ["pyyaml"]

[project.optional-dependencies]
test =["pytest"]

[project.urls]
Homepage = "https://github.com/cnerg/py-template"

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

[tools.pytest.ini_options]
minversion = "6.0"
junit_logging = "all"

0 comments on commit 07611ae

Please sign in to comment.