Skip to content

Commit

Permalink
Move source under src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
subhashb committed Apr 23, 2024
1 parent b826611 commit 8bed7f3
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[bumpversion]
current_version = 0.1.2
commit = True
tag = True

[bumpversion:file:pyproject.toml]

[bumpversion:file:src/message_db/__init__.py]
5 changes: 5 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Release History
===============

0.1.3
-----
* Upgrade packages and documentation
* Change package structure to `src` and `tests` folders

0.1.2
-----

Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ classifiers = [
]

packages = [
{ include = "message_db" },
{ include = "message_db", from = "src" },
]

[tool.poetry.dependencies]
Expand All @@ -31,10 +31,10 @@ pytest-cov = "^5.0.0"
types-psycopg2 = "^2.9.21.20240417"

[build-system]
requires = ["poetry-core>=1.0.0", "setuptools"]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.coverage.run]
source = ["message_db"]
source = ["src/message_db"]
show_missing = true
precision = 2
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 8bed7f3

Please sign in to comment.