We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec6680d commit 1cab98dCopy full SHA for 1cab98d
1 file changed
setup.py
@@ -3,10 +3,10 @@
3
setup(name='prioritymatrix',
4
version='0.1',
5
description='Priority Matrix API',
6
- url='https://appfluence.com',
7
author='Samuel Carmona',
+ url = 'https://github.com/samuc/prioritymatrix-python',
8
+ download_url = 'https://github.com/samuc/prioritymatrix-python/tarball/0.1',
9
author_email='samuel@appfluence.com',
10
license='MIT',
11
packages=['prioritymatrix'],
12
zip_safe=False)
-
0 commit comments