Added readme
This commit is contained in:
@@ -2,10 +2,14 @@
|
||||
# Generated by jaraco.develop (https://bitbucket.org/jaraco/jaraco.develop)
|
||||
import setuptools
|
||||
|
||||
with open('README') as f:
|
||||
long_description = f.read()
|
||||
|
||||
setup_params = dict(
|
||||
name='wolframalpha',
|
||||
description="Wolfram|Alpha 2.0 API client",
|
||||
use_hg_version=True,
|
||||
description="Wolfram|Alpha 2.0 API client",
|
||||
long_description = long_description,
|
||||
author="Jason R. Coombs",
|
||||
author_email="jaraco@jaraco.com",
|
||||
url="https://bitbucket.org/jaraco/wolframalpha",
|
||||
|
||||
Reference in New Issue
Block a user