Skip to content

Commit 328a24a

Browse files
committed
Deploy settings
1 parent 820aaa4 commit 328a24a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

setup.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ def main():
4545
build_contrib = version["contrib"]
4646
build_headless = version["headless"]
4747

48-
package_name = "opencv-python"
48+
package_name = "opencovis-python"
4949

5050
if build_contrib and not build_headless:
51-
package_name = "opencv-contrib-python"
51+
package_name = "opencovis-contrib-python"
5252

5353
if build_contrib and build_headless:
54-
package_name = "opencv-contrib-python-headless"
54+
package_name = "opencovis-contrib-python-headless"
5555

5656
if build_headless and not build_contrib:
57-
package_name = "opencv-python-headless"
57+
package_name = "opencovis-python-headless"
5858

5959
long_description = io.open("README.md", encoding="utf-8").read()
6060

@@ -70,15 +70,15 @@ def main():
7070
setuptools.setup(
7171
name=package_name,
7272
version=package_version,
73-
url="https://github.com/skvark/opencv-python",
73+
url="https://github.com/GArik/opencv-python",
7474
license="MIT",
7575
description="Wrapper package for OpenCV python bindings.",
7676
long_description=long_description,
7777
long_description_content_type="text/markdown",
7878
packages=packages,
7979
package_data=package_data,
8080
include_package_data=True,
81-
maintainer="Olli-Pekka Heinisuo",
81+
maintainer="Igor Murzov",
8282
ext_modules=EmptyListWithLength(),
8383
install_requires=numpy_version,
8484
python_requires=">=3.6",

0 commit comments

Comments
 (0)