summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Prep for 1.6.1 release1.6.1Tim Burke2022-04-131-1/+1
* Merge "Use hacking checks"Zuul2022-04-141-14/+14
|\
| * Use hacking checksTim Burke2022-04-081-14/+14
* | Restrict ourselves to Python's Stable ABITim Burke2022-04-061-0/+1
|/
* Set long_description_content_typeTim Burke2022-03-111-0/+1
* Test under py310Tim Burke2022-03-111-0/+1
* Clean up install warningTim Burke2021-10-251-1/+3
* Add trove classifiersTim Burke2021-06-011-0/+13
* Update some project URLsTim Burke2021-06-011-2/+2
* Prep for 1.6.0 release1.6.0Tim Burke2019-03-251-2/+2
* Try harder to find liberasurecodeTim Burke2019-02-131-0/+23
* Use liberasurecode_get_version()Tim Burke2019-02-131-4/+24
* Fix gateTim Burke2019-02-131-4/+5
* Merge "Switch from pep8 to flake8 for linting"Zuul2018-03-131-7/+3
|\
| * Switch from pep8 to flake8 for lintingTim Burke2017-05-031-7/+3
* | Merge "Add tox environment to test against liberasurecode master"Jenkins2017-09-131-0/+14
|\ \
| * | Add tox environment to test against liberasurecode masterTim Burke2017-05-031-0/+14
* | | Release 1.5.01.5.0Thiago da Silva2017-06-061-2/+2
| |/ |/|
* | release 1.4.0Thiago da Silva2016-12-081-2/+3
|/
* Updated name in setup.py to work with release tooling.1.3.1John Dickinson2016-09-301-2/+2
* 1.3.0 release1.3.0John Dickinson2016-09-291-3/+6
* Change liberasure URL to new oneOndřej Nový2016-06-011-1/+1
* Release 1.2.1v1.2.11.2.1Thiago da Silva2016-05-261-1/+1
* Clarify _find_library() usageTushar Gohad2016-02-131-0/+2
* Remove unused routinesTushar Gohad2016-02-131-7/+0
* Switch to find_library() for dependency checksTushar Gohad2016-02-131-14/+9
* Release 1.2.0v1.2.0Tushar Gohad2016-01-121-2/+2
* Use sys.prefix instead of hardcoding /usr/local/lib/Davanum Srinivas2015-12-041-5/+4
* Remove platform.architecture() referenceTushar Gohad2015-12-041-1/+0
* Remove integrated liberasurecode tarballTushar Gohad2015-12-041-91/+15
* Eliminate liberasurecode manual search/runtime_library_dirsTushar Gohad2015-12-041-25/+0
* Fix line endings in README, up minor rev in setup.pyTushar Gohad2015-11-121-1/+1
* Revert default liberasurecode prefix to /usr/localv1.1.1Tushar Gohad2015-10-241-22/+3
* Release 1.1.0v1.1.0Tushar Gohad2015-10-211-3/+3
* Release 1.0.9v1.0.9Tushar Gohad2015-09-081-1/+1
* Update integrated liberasurecode rev to 1.0.9Tushar Gohad2015-09-081-2/+2
* Add --install-liberasurecode option to setup.pyTushar Gohad2015-09-081-25/+62
* Eliminate rpath handlingtushar.gohad@intel.com2015-08-051-5/+0
* Add ChangLog. README updates for 1.0.8.v1.0.8proposed-1.0.8Tushar Gohad2015-08-031-2/+4
* Fix spacing for PEP8 complianceKevin Greenan2015-08-021-10/+10
* A few updates to deal with the Mac OS X weirdness with Xcode's linker bug.Kevin Greenan2015-08-021-2/+18
* Fix find_library() param to be just "erasurecode"libec_pathTushar Gohad2015-08-021-4/+4
* Another minor fix to setup.pyKevin Greenan2015-07-311-1/+1
* A few fixes to the new setup.py library finder/installer.Kevin Greenan2015-07-311-13/+18
* Fix liberasurecode install exit code, redo lib searchTushar Gohad2015-07-311-49/+73
* Issue #71: Add /usr/include/liberasurecodeVictor Stinner2015-07-291-0/+1
* Use /usr for default liberasurecode prefixTushar Gohad2015-07-281-1/+1
* liberasurecode install msg cleanupTushar Gohad2015-07-281-10/+11
* Check for missing liberasurecode and install if necessaryTushar Gohad2015-07-231-5/+44
* PEP8 fixes for setup.pyTushar Gohad2015-07-221-2/+3