Skip to content

Commit

Permalink
Fix URL in setup.py (fixes wireviz#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
formatc1702 committed Jun 29, 2020
1 parent c42b33b commit c7014a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def read(fname):
],
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={
Expand Down

0 comments on commit c7014a2

Please sign in to comment.