Skip to content

Commit d8ad55d

Browse files
author
Özgür Vatansever
committed
setup.py fixes
1 parent b13756b commit d8ad55d

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
@@ -15,7 +15,7 @@
1515

1616
setup(name='py-linkedin',
1717
version=__version__,
18-
description = 'Python Interface for the LinkedIn API',
18+
description='Python Interface for the LinkedIn API',
1919
long_description=long_description,
2020
classifiers=[
2121
'Development Status :: 5 - Production/Stable',
@@ -31,7 +31,7 @@
3131
author_email='[email protected]',
3232
maintainer='Ozgur Vatansever',
3333
maintainer_email='[email protected]',
34-
url='https://github.com/ozgur/python-linkedin/',
34+
url='http://ozgur.github.com/python-linkedin/',
3535
license='MIT',
3636
packages=['linkedin'],
3737
zip_safe=False,

0 commit comments

Comments
 (0)