Skip to content

Commit 3abd21c

Browse files
committed
update setup.py
1 parent 0dfadd4 commit 3abd21c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: setup.py

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
long_description = open('README.rst').read()
55

6-
setup(name='duckduckgo',
6+
setup(name='duckduckgo2',
77
version=__version__,
88
py_modules=['duckduckgo'],
9-
description='Library for querying the Duck Duck Go API',
10-
author='Michael Stephens',
11-
author_email='[email protected]',
9+
description='Library for querying the DuckDuckGo API',
10+
author='Michael Smith',
11+
author_email='[email protected]',
1212
license='BSD',
13-
url='http://github.com/mikejs/python-duckduckgo/',
13+
url='http://github.com/crazedpsyc/python-duckduckgo/',
1414
long_description=long_description,
1515
platforms=['any'],
1616
classifiers=["Development Status :: 4 - Beta",

0 commit comments

Comments
 (0)