Fix package name and description
This commit is contained in:
parent
4366902589
commit
bf3ab00e18
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)
|
||||
wheel = ['wheel'] if needs_wheel else []
|
||||
|
||||
name = 'skeleton'
|
||||
description = ''
|
||||
name = 'wolframalpha'
|
||||
description = 'Wolfram|Alpha 2.0 API client'
|
||||
|
||||
setup_params = dict(
|
||||
name=name,
|
||||
|
|
Loading…
Reference in New Issue
Block a user