Changed url in setup.py to point to original repo

This commit is contained in:
Janne V 2020-06-29 15:19:45 +02:00 committed by GitHub
parent 7458118f4d
commit e8f31e8574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ setup(
],
license='GPLv3',
keywords='cable connector hardware harness wiring wiring-diagram wiring-harness',
url='https://github.com/n42/WireViz',
url='https://github.com/formatc1702/WireViz',
package_dir={'': 'src'},
packages=find_packages('src'),
entry_points={