Fix package name and description
This commit is contained in:
4
setup.py
4
setup.py
@@ -17,8 +17,8 @@ sphinx = ['sphinx', 'rst.linker'] if needs_sphinx else []
|
|||||||
needs_wheel = {'release', 'bdist_wheel'}.intersection(sys.argv)
|
needs_wheel = {'release', 'bdist_wheel'}.intersection(sys.argv)
|
||||||
wheel = ['wheel'] if needs_wheel else []
|
wheel = ['wheel'] if needs_wheel else []
|
||||||
|
|
||||||
name = 'skeleton'
|
name = 'wolframalpha'
|
||||||
description = ''
|
description = 'Wolfram|Alpha 2.0 API client'
|
||||||
|
|
||||||
setup_params = dict(
|
setup_params = dict(
|
||||||
name=name,
|
name=name,
|
||||||
|
Reference in New Issue
Block a user