Skip to content

Commit f0b9ed8

Browse files
committed
add mltu.utils into setup.py to incloode this folder into package
1 parent 5ad2276 commit f0b9ed8

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [0.1.7] - 2022-02-03
2+
3+
### Changed
4+
- added `mltu.utils` into built package
5+
6+
## [0.1.6] -
7+
8+
### Changed
9+
- forgot to update changes...
10+
111
## [0.1.5] - 2022-01-10
212

313
### Changed

mltu/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
__version__ = "0.1.6"
1+
from . import utils
2+
3+
__version__ = "0.1.7"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def get_version(initpath: str) -> str:
4141
'gpu': ['onnxruntime-gpu'],
4242
},
4343
python_requires='>=3',
44-
packages = ['mltu'],
44+
packages = ['mltu', 'mltu.utils'],
4545
include_package_data=True,
4646
project_urls={
4747
'Source': 'https://github.com/pythonlessons/mltu/',

0 commit comments

Comments
 (0)