summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* 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