summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* setup: change entry points, update classifiersChris Liechti2020-09-211-3/+8
| | | | related to #466 #360
* docs: update copyright, notes, changelogChris Liechti2020-09-211-1/+1
|
* Add a backend for Silicon Labs CP2110/4 HID-to-UART bridge.Diego Elio Pettenò2019-02-081-0/+3
| | | | | | | | | | | These two chips implement UART access via a HID protocol, which can be implemented purely in user space. The protocol is documented by Silicon Labs AN434: https://www.silabs.com/documents/public/application-notes/AN434-CP2110-4-Interface-Specification.pdf The backend is implemented based on cython-hidapi (https://github.com/trezor/cython-hidapi), making it OS-independent, if a bit awkward.
* docs: typos, trove classifierChris Liechti2017-03-201-1/+2
|
* Avoids setup.py having to import the serial package.Robert Smallshire2016-06-131-2/+34
| | | | | | | | | | | | | | | | | It's bad practice for setup.py to import the package it is installing in order to get, say, version information. For example. if PYTHONPATH has been manipulated, the import serial statement may not in fact import the expected version. This commit uses a technique for single-sourcing the version number as recommended in the Python Packaging Guide at http://python-packaging-user-guide.readthedocs.io/en/latest/single_source_version/ In essence, we read serial.__init__.py as a text file and parse it for the version number, rather than importing it.
* doc updateChris Liechti2016-05-021-1/+1
|
* doc: update long description for pypi, links to readthedocs.ioChris Liechti2016-04-281-1/+13
|
* doc: updates, license in setup.pyChris Liechti2016-03-181-6/+1
|
* style: some of the suggestions from flake8Chris Liechti2016-01-311-12/+12
|
* updates to setup.py, missing files/subpackages, update classifiersChris Liechti2015-10-231-2/+3
|
* doc updatesChris Liechti2015-09-221-0/+2
|
* update file headers with license information (SPDX)Chris Liechti2015-08-091-0/+4
|
* Remove unnecessary importSteven Michalske2015-08-061-2/+0
|
* Migrate to setuptools if installed.Steven Michalske2015-08-061-2/+4
| | | | Provides more installer commands such as the ever helpful develop mode. Ignore build products.
* doc update: links, licenseChris Liechti2015-08-041-41/+6
|
* remove pyparallel and move pyserial files to toplevelChris Liechti2015-08-031-0/+88