summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Wheels are no longer universal.Omer Katz2020-09-061-1/+1
|
* Added integration tests (#213)Matus Valo2018-11-061-1/+1
| | | | | | | | | | | | | | | | | | | | * Added integration tests * Clean up function mocking server responses * Added integration tests for connection handshake * Move integration test to separate directory * Added integration tests for connection/channel open/close * Integration tests should be in package * Fix unsupported params of reset_mock in older versions of python * Add comments to integration tests and fix flake8 * Add test for basic publish
* Include license file in the generated wheel package (#169)Jon Dufresne2017-10-171-0/+3
| | | | | | | The wheel package format supports including the license file. This is done using the [metadata] section in the setup.cfg file. For additional information on this feature, see: https://wheel.readthedocs.io/en/stable/index.html#including-the-license-in-the-generated-wheel-file
* flakesAsk Solem2016-10-111-1/+1
|
* Adds pydocstyle tox targetAsk Solem2016-10-111-0/+8
|
* Use py.testAsk Solem2016-08-231-2/+3
|
* Now uses vine for promisesAsk Solem2016-03-021-0/+3
|
* Creates a universal wheel packageRémy Greinhofer2014-11-061-0/+3
| | | | | | The project supports Python 2 and Python 3, but the wheel package is Python 2 only. This change creates a universal wheel distribution compatible with both platforms.
* Adds setup.cfgAsk Solem2014-02-211-0/+2