Skip to content

Commit 8bed7f3

Browse files
committed
Move source under src folder
1 parent b826611 commit 8bed7f3

File tree

6 files changed

+16
-3
lines changed

6 files changed

+16
-3
lines changed

.bumpversion.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[bumpversion]
2+
current_version = 0.1.2
3+
commit = True
4+
tag = True
5+
6+
[bumpversion:file:pyproject.toml]
7+
8+
[bumpversion:file:src/message_db/__init__.py]

CHANGELOG.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Release History
22
===============
33

4+
0.1.3
5+
-----
6+
* Upgrade packages and documentation
7+
* Change package structure to `src` and `tests` folders
8+
49
0.1.2
510
-----
611

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ classifiers = [
1313
]
1414

1515
packages = [
16-
{ include = "message_db" },
16+
{ include = "message_db", from = "src" },
1717
]
1818

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

3333
[build-system]
34-
requires = ["poetry-core>=1.0.0", "setuptools"]
34+
requires = ["poetry-core>=1.0.0"]
3535
build-backend = "poetry.core.masonry.api"
3636

3737
[tool.coverage.run]
38-
source = ["message_db"]
38+
source = ["src/message_db"]
3939
show_missing = true
4040
precision = 2
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)