Skip to content

Commit 96cdb5c

Browse files
authored
Update setup.py
1 parent 13d9b42 commit 96cdb5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
cmdclass=versioneer.get_cmdclass(),
3737
install_requires=requirements,
3838
setup_requires=['pandoc'],
39-
url='http://github.com/autodesk/py-cloud-compute-cannon',
39+
url='http://github.com/autodesk/pyccc',
4040
license='Apache 2.0',
4141
author='Aaron Virshup and Dion Amago, Autodesk Life Sciences',
4242
author_email='[email protected]',
43-
description='Library for managing docker container jobs and input/output files)'
43+
description='Asynchronous job and file i/o management for containers)'
4444
)

0 commit comments

Comments
 (0)