summaryrefslogtreecommitdiffstats
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* setup.py: install_requires: update watchdogsiddharth2021-10-311-1/+1
| | | | Install watchdog 0.10.7; last release compatible with python 2.7
* setup.py: install_requires: fix PyYAML versionsiddharth2021-10-311-1/+1
| | | | | PyYAML 5.4.1.1 only exists in the git repo; not available on pypi. Use version 5.4.1 instead.
* setup.py: install_requires: update PyYAMLsiddharth2021-10-311-1/+1
| | | | Install PyYAML 5.4.1.1; last release compatible with python 2.7
* Copyright changed.Siddharth Ravikumar2016-03-011-1/+1
| | | | From combox contributors -> Dr. Robert C. Green II.
* updated 'download_url' in setup.py.Siddharth Ravikumar2016-01-111-1/+1
|
* [bug fix] setup.pySiddharth Ravikumar2016-01-111-2/+7
| | | | Function for reading a file is defined in setup.py itself.
* setup.py: updated `description`.Siddharth Ravikumar2015-12-241-1/+1
|
* setup.py: changed `author` field.Siddharth Ravikumar2015-12-221-1/+1
|
* authors -> contributors.Siddharth Ravikumar2015-12-221-1/+3
|
* Added combox._version module.Siddharth Ravikumar2015-12-211-3/+3
| | | | This module is the canonical place for getting version information.
* overhauled setup.pySiddharth Ravikumar2015-12-211-12/+30
|
* bumped to v0.1.3v0.1.3Siddharth Ravikumar2015-11-131-1/+1
|
* bumped to v0.1.2v0.1.2Siddharth Ravikumar2015-10-201-1/+1
| | | | | modified: ChangeLog modified: setup.py
* setup.py: updated `url' and `download_url`.Siddharth Ravikumar2015-10-181-2/+2
|
* 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