Skip to content

Commit 110e9b5

Browse files
committed
switched to underscores in project name
1 parent a74e99a commit 110e9b5

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

CHANGES.rst

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

4+
0.0.5 (????-??-??)
5+
------------------
6+
7+
- switched to underscores in project name
8+
9+
410
0.0.4 (2024-07-16)
511
------------------
612

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def _read(f):
1313

1414

1515
setup(
16-
name="image-dataset-converter-imgaug",
16+
name="image_dataset_converter_imgaug",
1717
description="Image augmentation extension for the image-dataset-converter library.",
1818
long_description=(
1919
_read('DESCRIPTION.rst') + b'\n' +
@@ -31,7 +31,7 @@ def _read(f):
3131
},
3232
packages=find_namespace_packages(where='src'),
3333
install_requires=[
34-
"image-dataset-converter",
34+
"image_dataset_converter",
3535
"imgaug3",
3636
"matplotlib",
3737
"Shapely",

0 commit comments

Comments
 (0)