brainstorm

This commit is contained in:
Kenneth Reitz
2011-01-22 19:03:54 -05:00
parent 815b175e8a
commit 5c3b1a1e22
2 changed files with 10 additions and 4 deletions
+6
View File
@@ -5,6 +5,12 @@ Clint: Python Command-line Application Helpers
* Tree Structures
* Columns / Colors
powered by colorama
colored.blue('Face')
colored.white('Book')
* choice: y/N?
* query: Installation Path [/usr/local/bin/]:
* &c
+4 -4
View File
@@ -18,16 +18,16 @@ if sys.argv[-1] == "publish":
required = []
setup(
name='wolfram',
name='clint',
version='0.0.1',
description='Python wrapper for the Wolfram Alpha API, v2',
description='Python Command-line Application Helpers',
long_description=open('README.rst').read() + '\n\n' +
open('HISTORY.rst').read(),
author='Kenneth Reitz',
author_email='me@kennethreitz.com',
url='https://github.com/kennethreitz/wolfram',
url='https://github.com/kennethreitz/clint',
packages= [
'wolfram',
'clint',
],
install_requires=required,
license='MIT',