Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Update project url to VMware github
Browse files Browse the repository at this point in the history
  • Loading branch information
Grant Orchard committed Mar 14, 2019
1 parent 8e51fb0 commit 4d0cf39
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -25,7 +25,7 @@
setup(
name='caspyr',
version='0.0.1', # placeholder
url='https://github.com/grantorchard/caspyr',
url='https://github.com/vmware/caspyr',
license='Apache v2',
author='Grant Orchard',
author_email='gorchard@vmware.com',
Expand All @@ -41,7 +41,7 @@
'Programming Language :: Python :: 3.7',
],
project_urls={
'Source': 'https://github.com/grantorchard/caspyr',
'Source': 'https://github.com/vmware/caspyr',
},
platforms=["python_version >= '3.6'", "python_version <= '3.7'"]
)

0 comments on commit 4d0cf39

Please sign in to comment.