-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Created ACME packing slip for order #1.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" |