We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a74e99a commit 110e9b5Copy full SHA for 110e9b5
2 files changed
CHANGES.rst
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+0.0.5 (????-??-??)
5
+------------------
6
+
7
+- switched to underscores in project name
8
9
10
0.0.4 (2024-07-16)
11
------------------
12
setup.py
@@ -13,7 +13,7 @@ def _read(f):
13
14
15
setup(
16
- name="image-dataset-converter-imgaug",
+ name="image_dataset_converter_imgaug",
17
description="Image augmentation extension for the image-dataset-converter library.",
18
long_description=(
19
_read('DESCRIPTION.rst') + b'\n' +
@@ -31,7 +31,7 @@ def _read(f):
31
},
32
packages=find_namespace_packages(where='src'),
33
install_requires=[
34
- "image-dataset-converter",
+ "image_dataset_converter",
35
"imgaug3",
36
"matplotlib",
37
"Shapely",
0 commit comments