Added readme

This commit is contained in:
Jason R. Coombs
2012-10-03 20:36:35 -04:00
parent c9b2863ed1
commit d2519a3bce
2 changed files with 30 additions and 1 deletions
+5 -1
View File
@@ -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",