summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* chore: modernize setup (#43)HEADmasterFederico Caselli2021-11-121-60/+1
| | | | | | | | | | | | | | | * Add github actions Fixes: #39 * Fix workflow * Move setup information to setup.cfg * Use pep517 to build * chore: review feedback Co-authored-by: Vytautas Liuolia <vytautas.liuolia@gmail.com>
* chore: add github actions (#42)Federico Caselli2021-10-271-2/+1
| | | | | | | * Add github actions Fixes: #39 * Fix workflow
* Update classifiers (#32)Hugo2018-10-151-0/+8
| | | | | | * Update classifiers * Update classifiers
* Add license to the setup.py (#35)Gabi Maeztu2018-10-091-0/+1
| | | | | | | | * Add license to the setup.py In order to make automatic checking of license compliance faster, add license to the setup arguments. * missing comma
* Add python_requires to help pip (#34)Hugo2018-09-041-0/+1
|
* Test updates and fixes (#33)Ville Skyttä2018-08-121-0/+2
| | | | | | | | | | * Add Python 3.6 and 3.7 to test matrix * Flake8 whitespace fixes * Use pypy3.5-5.8.0 on Travis pypy3 in a python 2.7 env is no longer there.
* flake8 tweaks (#27)Ville Skyttä2016-10-101-1/+1
|
* setup.py sanity check + pep8 tweaks to mimeparse.pyStefan Wojcik2016-09-281-0/+3
|
* setup.py + README tidying (#22)Adam Chainz2016-09-281-5/+17
| | | | | | * Convert `README.md` to `README.rst` since rst is all that PyPI supports * Tidy up README so all functions are explained with their own headers * Use context managers for opening files in `setup.py` * Don't import the code in `setup.py`, which doesn't work on some platforms before it's installed. Instead use parsing of the file to find the version.
* update download_url (fixes #18)Stefan Wojcik2016-05-221-2/+2
|
* Fix mimeparse.__version__, use it in setup.pyVille Skyttä2016-02-011-1/+1
|
* Release 1.5DB Tsai2016-01-311-1/+1
|
* Uploaded to pypiDB Tsai2016-01-311-1/+1
|
* Added CI statusDB Tsai2016-01-311-1/+1
|
* Open README as UTF-8David Honour2015-10-261-1/+3
|
* Uploaded to PyPI using python-mimeparse as package name.D.B. Tsai2012-08-271-32/+25
|
* Ported to python3k, and added pypy into the tox test automation.D.B. Tsai2012-08-271-28/+25
|
* Fixed ``has_key()`` which is deprecated in python3.D.B. Tsai2012-08-271-5/+5
| | | | Also cleaned up several PEP8 warnings.
* Added tox for automation project testing, and travis-ci for continuous ↵D.B. Tsai2012-08-271-0/+0
| | | | integration
* Added setup.pyJoe Gregorio2012-08-221-0/+44