summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Mention Python 3 in setup.py trove classifiersWouter Bolsterlee2016-07-281-0/+1
|
* Ship .thrift file so that thriftpy can load itWouter Bolsterlee2016-03-271-0/+1
|
* Enable building universal wheelsDoug Hellmann2015-01-121-1/+1
| | | | | | Remove the use of execfile() in setup.py so it can run under python 3. Set the flag in setup.cfg to allow universal wheels.
* Coding style cleanups in setup.pyWouter Bolsterlee2013-11-061-20/+22
|
* Use requirements.txt for install_requires in setup.pyWouter Bolsterlee2012-05-311-4/+13
|
* No longer include NEWS in package descriptionWouter Bolsterlee2012-05-251-1/+1
| | | | The HappyBase PyPI page doesn't like it, it seems.
* Rename helper function in setup.pyWouter Bolsterlee2012-05-251-2/+2
|
* Make _version module semi-privateWouter Bolsterlee2012-05-251-1/+1
|
* Include NEWS in package descriptionWouter Bolsterlee2012-05-251-1/+8
|
* Don't install the tests moduleWouter Bolsterlee2012-05-241-1/+1
|
* Remove package import for version to fix install.Todd DeLuca2012-05-211-2/+2
| | | | | | | | | | | | | | | A common way to break project installation is to import the package in setup.py in order to get access to mypackage.__version__. However if mypackage depends on a different uninstalled package, the import will fail, causing setup.py to fail before it has a chance to install the dependency. The fix is to find some other DRY way to get at __version__. For more details see: - http://stackoverflow.com/questions/458550/ - http://stackoverflow.com/questions/2058802/
* Include thrift in install_requiresWouter Bolsterlee2012-05-201-0/+1
|
* Make HappyBase a proper Python distributionWouter Bolsterlee2012-05-201-0/+24