We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dfadd4 commit 3abd21cCopy full SHA for 3abd21c
setup.py
@@ -3,14 +3,14 @@
3
4
long_description = open('README.rst').read()
5
6
-setup(name='duckduckgo',
+setup(name='duckduckgo2',
7
version=__version__,
8
py_modules=['duckduckgo'],
9
- description='Library for querying the Duck Duck Go API',
10
- author='Michael Stephens',
11
- author_email='[email protected]',
+ description='Library for querying the DuckDuckGo API',
+ author='Michael Smith',
+ author_email='[email protected]',
12
license='BSD',
13
- url='http://github.com/mikejs/python-duckduckgo/',
+ url='http://github.com/crazedpsyc/python-duckduckgo/',
14
long_description=long_description,
15
platforms=['any'],
16
classifiers=["Development Status :: 4 - Beta",
0 commit comments