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 b13756b commit d8ad55dCopy full SHA for d8ad55d
setup.py
@@ -15,7 +15,7 @@
15
16
setup(name='py-linkedin',
17
version=__version__,
18
- description = 'Python Interface for the LinkedIn API',
+ description='Python Interface for the LinkedIn API',
19
long_description=long_description,
20
classifiers=[
21
'Development Status :: 5 - Production/Stable',
@@ -31,7 +31,7 @@
31
author_email='[email protected]',
32
maintainer='Ozgur Vatansever',
33
maintainer_email='[email protected]',
34
- url='https://github.com/ozgur/python-linkedin/',
+ url='http://ozgur.github.com/python-linkedin/',
35
license='MIT',
36
packages=['linkedin'],
37
zip_safe=False,
0 commit comments