summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* drop support for Python 2.7 and 3.5David Lord2020-04-201-38/+1
|
* apply blackDavid Lord2020-03-061-1/+1
|
* move to src directoryDavid Lord2020-03-061-2/+5
|
* update project metadataDavid Lord2020-02-271-11/+4
|
* Update setup.pyDavid Lord2019-05-191-1/+1
|
* update metadataDavid Lord2018-09-241-44/+31
| | | | | test on 3.7 fix collections deprecation warning
* use pallets-sphinx-themesDavid Lord2018-08-281-1/+3
|
* Adds missing comma in setup.pyDavid Bieber2018-07-271-1/+1
|
* Better handling of help text for dynamic default option valuesDoug Harris2018-05-151-4/+10
|
* Support Sphinx 1.7+Daw-Ran Liou2018-05-141-0/+5
| | | | | Move: from sphinx.util.compat import Directive To: from docutils.parsers.rst import Directive
* Merge pull request #990 from dougharris/click-readmeDavid Lord2018-05-141-4/+8
|\ | | | | Updating README to match flask style.
| * Updating README to match flask style.Doug Harris2018-05-141-4/+8
| | | | | | | | Also added `long_description` to setup.py for PyPI happiness.
* | Merge pull request #967 from jdufresne/pyreqZachery Bir2018-05-141-0/+1
|\ \ | |/ |/| Pass python_requires argument to setuptools
| * Update python_requires valuesZachery Bir2018-05-141-1/+1
| |
| * Pass python_requires argument to setuptoolsJon Dufresne2018-04-121-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Helps pip decide what version of the library to install. https://packaging.python.org/tutorials/distributing-packages/#python-requires > If your project only runs on certain Python versions, setting the > python_requires argument to the appropriate PEP 440 version specifier > string will prevent pip from installing the project on other Python > versions. https://setuptools.readthedocs.io/en/latest/setuptools.html#new-and-changed-setup-keywords > python_requires > > A string corresponding to a version specifier (as defined in PEP 440) > for the Python version, used to specify the Requires-Python defined in > PEP 345.
* | Drop testing for 2.6 and 3.3. Add 3.6.Hsiaoming Yang2018-04-201-2/+13
|/ | | | Via discussion pallets/meta#24
* Update setup.pyJosé Carlos García2016-04-021-1/+1
|
* Added __version__ attributeArmin Ronacher2014-05-271-1/+11
|
* This is 2.0-devArmin Ronacher2014-05-231-1/+1
|
* This is version 1.0Armin Ronacher2014-05-221-1/+1
|
* This is 0.7Armin Ronacher2014-05-131-1/+1
|
* This is 0.6Armin Ronacher2014-05-101-1/+1
|
* This is 0.5.10.5.1Armin Ronacher2014-05-071-1/+1
|
* This is 0.50.5Armin Ronacher2014-05-071-1/+1
|
* This is 0.40.4Armin Ronacher2014-05-061-1/+1
|
* This is 0.30.3Armin Ronacher2014-05-061-1/+1
|
* This is 0.20.2Armin Ronacher2014-05-061-1/+1
|
* Split up click into a packageArmin Ronacher2014-04-271-1/+1
|
* Initial commitArmin Ronacher2014-04-241-0/+18