summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* updated setup.pyv0.1.1Siddharth Ravikumar2015-10-021-3/+1
|
* setup.py: added new dependency `simplejson'.Siddharth Ravikumar2015-08-241-1/+1
| | | | | | | | Looks like pickledb requires `simplejson'. modded: README.md setup.py
* setup.py: added 'console_scripts' under 'entry_points'Siddharth Ravikumar2015-02-051-0/+3
| | | | | | | | | | | Now, whenever combox is installed using 'python setup.py install' command, the setup script automatically puts an executed script in the respective bin/ directory in Unix like operating systems. According to the setuptools documentation[1], on Windows, it should create a respective .exe file. This is yet to be tested. [1]: https://pythonhosted.org/setuptools/setuptools.html#automatic-script-creation
* updated setup.pySiddharth Ravikumar2015-01-211-2/+3
| | | | | - relegated 'version' to 0.0.0 - added `pickledb' to install_requires
* updated setup.py: add platform and license info.Siddharth Ravikumar2015-01-121-0/+2
|
* updated setup.py: added `pycrypto' as a required python package.Siddharth Ravikumar2015-01-121-1/+1
|
* updated setup.pySiddharth Ravikumar2015-01-121-3/+3
|
* added setup.pySiddharth Ravikumar2015-01-121-0/+38