mirror of
https://github.com/kennethreitz/clint.git
synced 2026-06-05 06:46:16 +00:00
brainstorm
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user