summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Update version classifiers (#329)Hugo2018-03-071-2/+2
| | | | | | | | * Ignore IDE metadata * Python 2.6 is EOL and was dropped in 2015 * Use automatic formatters
* Pass `tests_require` list of packagesGraham Christensen2016-04-141-1/+3
| | | `tests_require` accepts a list of packages, while it was being passed a tuple of packages and dependency links.
* Remove the false Python3 support classifierGraham Christensen2016-01-051-2/+0
| | | | | | | | | | As the readme states: Due to big API incompatibility between python 3.3, 3.4 and 3.5, the author of HTTPretty is not supporting python3 officially. You will notice that the travis build for python 3 might be broken, and while pull requests fixing py3 support are most welcome, it is still not official at least for now. it is preferable to not advertise support when it doesn't practically exist.
* fixing development.txt0.8.11Gabriel Falcão2015-12-131-1/+1
|
* Revert "Fix requirements files chaos."Gabriel Falcão2015-12-131-33/+34
| | | | This reverts commit e7595fe14c5a36a090f702b08cfac60232cedc0d which broke the build
* Merge new setup.py classifiers. closes #230Gabriel Falcão2015-07-291-5/+15
|
* Merge pull request #232 from syndbg/masterGabriel Falcão2015-07-291-21/+21
|\ | | | | Fix requirements files chaos.
| * Fix requirements files chaos.syndbg2015-03-131-21/+21
| | | | | | | | | | | | | | It should be much easier to maintain and use now. * use - what httpretty requires to run * test - what CI/Tox would use * dev - what contributors should install
* | Read files using utf-8 encoding in setup.py.Daniel Watkins2015-03-261-3/+6
|/
* Rename readme.rstKevin L. Mitchell2014-06-191-1/+1
| | | | | | | | | | | By default, setup.py will package README.rst. If the package is built on a case-insensitive filesystem, this would mean that readme.rst would be distributed as README.rst, resulting in file read errors when attempting to install the resulting package on a system with a case- sensitive filesystem. This corrects the issue by the simple expedient of renaming the file. Addresses #176.
* improving setup scriptGabriel Falcao2014-02-031-14/+55
|
* feat: leaner requirements, improved tox/travis supportAlejandro Cabrera2014-01-211-9/+9
| | | | | | | | | | | | | | | | | | | | This patch reorganizes the requirements to install only what's necessary for using httpretty. This greatly reduces installation time when being pulled in as a dependency for another project. The dependencies needed for running the test suite were moved to test-requirements.txt, and were commented to indicate what type of testing dependency it it. Requirements are read in using a refactored variant of test_requirements(). The tox file and the travis yaml have been updated to reflect the changes in the requirements files. Finally, .travis.yaml has leveled up. It now supports running the test suite using pypy and python 3.3, with the added benefit that a build will still be marked as successful even if py3.3 and pypy fail.
* Remove tests from package but keep them in sdistJamie Lennox2014-01-201-2/+2
| | | | | | | | 1c4727a adds the tests package to the installed packages. This means that when you install the package you end up with a top level python package called tests. This is not what we want; this commit fixes this error. Closes: #139
* Tell setuptools to use nose testsuiteJamie Lennox2014-01-171-0/+1
| | | | | This allows us to run the full test suite (unit and functional) by using the python setup.py test command.
* removing requirements.pip, requirements now reside solely in requirements.txtGabriel Falcao2013-12-121-1/+1
|
* Convert setup.py to ASCIIJamie Lennox2013-10-141-1/+1
| | | | | This will fix using HTTPretty from pip in non UTF-8 environments. Issue: #108
* Merge pull request #105 from ealogar/multi_environment_installerGabriel Falcão2013-10-021-13/+2
|\ | | | | use find_packages of setuptools to discover packages...
| * use find_packages of setuptools to discover packages...Edu Alonso2013-10-021-13/+2
| |
* | teaching HTTPretty how to record requests. refs #10Gabriel Falcao2013-10-011-0/+1
|/
* Merge pull request #82 from toumorokoshi/pathindependentGabriel Falcão2013-07-071-3/+6
|\ | | | | Fixing an issue with setup.py being run in a different directory than the egg root
| * fixing setup.py to find namespaces properlyYusuke Tsutsumi2013-07-031-1/+2
| |
| * Fixing an issue with setup.py being run in a different directory that the ↵Yusuke Tsutsumi2013-07-031-2/+4
| | | | | | | | egg root
* | known issus - setup.py doesn't work correctly under python 3.3 without thisgcetusic2013-07-041-0/+1
|/
* Clarify project license and other setup fixes.Jamie Lennox2013-06-241-1/+6
| | | | | In my case it is important that license is correctly set and attributed, also add a couple of other classifiers and fixes whilst there.
* Removed 2.x-style unicode literalsGregory Oschwald2013-05-061-1/+1
|
* py3k supportSteve Pulec2013-02-131-1/+10
|
* fixing setup.py and READMEGabriel Falcao2011-06-261-1/+4
|
* starting with a proof of concept. It IS possible to monkey patch socket moduleGabriel Falcão2011-01-281-0/+49