Skip to content

Commit

Permalink
Merge pull request #6 from CDCgov/5-re-name-project-to-forecasttools
Browse files Browse the repository at this point in the history
Re-Name Project To `forecasttools`
  • Loading branch information
AFg6K7h4fhy2 authored Sep 25, 2024
2 parents 29e330d + 6d51dd8 commit 7206cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[tool.poetry]
name = "forecasttools-py"
name = "forecasttools"
version = "0.0.1"
description = "Python package for common pre- and post-processing operations done by CFA Predict for short term forecasting, nowcasting, and scenario modeling."
authors = ["CFA"]
license = "Apache-2.0"
readme = "README.md"
packages = [{include = "forecasttools_py"}]
packages = [{include = "forecasttools"}]

[tool.poetry.dependencies]
python = "^3.12"
Expand Down

0 comments on commit 7206cfc

Please sign in to comment.