Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | setup.py: added 'console_scripts' under 'entry_points' | Siddharth Ravikumar | 2015-02-05 | 1 | -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.py | Siddharth Ravikumar | 2015-01-21 | 1 | -2/+3 |
| | | | | | - relegated 'version' to 0.0.0 - added `pickledb' to install_requires | ||||
* | updated setup.py: add platform and license info. | Siddharth Ravikumar | 2015-01-12 | 1 | -0/+2 |
| | |||||
* | updated setup.py: added `pycrypto' as a required python package. | Siddharth Ravikumar | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | updated setup.py | Siddharth Ravikumar | 2015-01-12 | 1 | -3/+3 |
| | |||||
* | added setup.py | Siddharth Ravikumar | 2015-01-12 | 1 | -0/+38 |