| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Mention Python 3 in setup.py trove classifiers | Wouter Bolsterlee | 2016-07-28 | 1 | -0/+1 |
| | | |||||
| * | Ship .thrift file so that thriftpy can load it | Wouter Bolsterlee | 2016-03-27 | 1 | -0/+1 |
| | | |||||
| * | Enable building universal wheels | Doug Hellmann | 2015-01-12 | 1 | -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.py | Wouter Bolsterlee | 2013-11-06 | 1 | -20/+22 |
| | | |||||
| * | Use requirements.txt for install_requires in setup.py | Wouter Bolsterlee | 2012-05-31 | 1 | -4/+13 |
| | | |||||
| * | No longer include NEWS in package description | Wouter Bolsterlee | 2012-05-25 | 1 | -1/+1 |
| | | | | | The HappyBase PyPI page doesn't like it, it seems. | ||||
| * | Rename helper function in setup.py | Wouter Bolsterlee | 2012-05-25 | 1 | -2/+2 |
| | | |||||
| * | Make _version module semi-private | Wouter Bolsterlee | 2012-05-25 | 1 | -1/+1 |
| | | |||||
| * | Include NEWS in package description | Wouter Bolsterlee | 2012-05-25 | 1 | -1/+8 |
| | | |||||
| * | Don't install the tests module | Wouter Bolsterlee | 2012-05-24 | 1 | -1/+1 |
| | | |||||
| * | Remove package import for version to fix install. | Todd DeLuca | 2012-05-21 | 1 | -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_requires | Wouter Bolsterlee | 2012-05-20 | 1 | -0/+1 |
| | | |||||
| * | Make HappyBase a proper Python distribution | Wouter Bolsterlee | 2012-05-20 | 1 | -0/+24 |
