Skip to content

Commit

Permalink
update changelog and pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
torimcd committed Oct 19, 2023
1 parent bbaf14e commit 20bd03a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]
### Added
- Issue 12 - Move all constants to separate constants file
- Issue 6 - Pylint and Flake8 configured
- Issue 6 - Github Actions
- Issue 8 - Hydrocron API implementation with mysql local database
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ classifiers = [
exclude = ['contrib', 'docs', 'tests']
packages = [
{include = "hydrocron_api"},
{include = "hydrocron_db"}
{include = "hydrocron_db"},
{include = "utils"}
]

[tool.poetry.dependencies]
Expand Down

0 comments on commit 20bd03a

Please sign in to comment.