Skip to content
This repository was archived by the owner on Mar 26, 2024. It is now read-only.

Commit 771a133

Browse files
committed
Fix the package url
1 parent 0dfdc1a commit 771a133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def run(self):
3939
author="Dell/EMC",
4040
include_package_data=True,
4141
author_email='matthew.bryan@isilon.com',
42-
url='https://github.west.com/mbryan/py-combtest',
42+
url='https://github.com/Isilon/py-combtest',
4343
package_dir={'': 'src'},
4444
packages=find_packages('src'),
4545
python_requires='>=2.7,!=3.0,!=3.1,!=3.2,!=3.3,!=3.4,<4',

0 commit comments

Comments
 (0)