We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac90962 commit 86f697bCopy full SHA for 86f697b
1 file changed
setup.py
@@ -165,8 +165,8 @@ def find_available_platforms():
165
166
# Build the wheel
167
setup(
168
- name="c2pa",
169
- version="1.0.0",
+ name="c2pa-python",
+ version="0.10.0",
170
package_dir={"": "src"},
171
packages=find_packages(where="src") + ["c2pa.libs"],
172
include_package_data=True,
@@ -186,8 +186,8 @@ def find_available_platforms():
186
187
# For sdist and development installation
188
189
190
191
192
packages=find_packages(where="src"),
193
0 commit comments