Skip to content

Commit

Permalink
create pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
damonbayer committed Aug 22, 2024
1 parent 403dc16 commit b2b4aa7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[tool.poetry]
name = "pyrenew-covid-wastewater"
version = "0.1.0"
description = ""
authors = ["Damon Bayer <[email protected]>"]
readme = "README.md"

[tool.poetry.dependencies]
python = "^3.12"
pyrenew = {git = "https://github.com/CDCgov/PyRenew"}


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
Empty file.
Empty file added tests/__init__.py
Empty file.

0 comments on commit b2b4aa7

Please sign in to comment.