Skip to content

Commit 7654ee2

Browse files
migrating project to use a top level namespace (#93)
Signed-off-by: Dixon Whitmire <[email protected]>
1 parent 8cb3197 commit 7654ee2

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ include_package_data = True
1919
install_requires =
2020
pydantic >= 1.8
2121
python-dotenv >= 0.19.0
22-
packages=find:
2322
package_dir=
2423
=src
24+
packages=find_namespace:
2525
python_requires = >= 3.8
2626
zip_safe = False
2727

src/linuxforhealth/__init__.py

Whitespace-only changes.

src/linuxforhealth/x12/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@
77

88
load_dotenv()
99

10-
__version__ = "0.54.00"
10+
__version__ = "0.54.01"

0 commit comments

Comments
 (0)