summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Collapse)AuthorAgeFilesLines
* Use absolute URL's in the package `long_description` for PyPIKurt McKee2023-01-301-0/+7
| | | | Fixes #3093
* Remove python 3.6 from supported language versionsLioman2022-08-231-1/+0
|
* Release Pelican 4.8.04.8.0botpub2022-07-111-1/+1
|
* Release Pelican 4.7.24.7.2botpub2022-02-091-1/+1
|
* Release Pelican 4.7.14.7.1botpub2021-10-121-1/+1
|
* Add Python 3.10 to test matrix & classifier listJustin Mayer2021-10-061-0/+2
|
* Release Pelican 4.7.04.7.0botpub2021-10-011-1/+1
|
* Add progress spinner animation during generationrichJustin Mayer2021-04-211-1/+1
| | | | This is a first step at enriching console output via the `rich` project.
* Release Pelican 4.6.04.6.0botpub2021-03-231-1/+1
|
* Relax dependency minimum versionsJustin Mayer2021-03-231-1/+1
| | | | | | Specifying a floor, but not a ceiling, for core dependencies should help prevent dependency resolution conflicts. Dependencies that affect functional test output are pinned more tightly.
* Drop unsupported Python 3.5 from test matrixJustin Mayer2021-01-151-1/+0
|
* Release Pelican 4.5.44.5.4botpub2021-01-041-1/+1
|
* Release Pelican 4.5.34.5.3botpub2020-12-011-1/+1
|
* Release Pelican 4.5.24.5.2botpub2020-11-221-1/+1
|
* Release Pelican 4.5.14.5.1botpub2020-11-021-1/+1
|
* Fix PyPI-related reST/README issues4.5.0Justin Mayer2020-08-201-1/+3
|
* Prepare to release Pelican 4.5Justin Mayer2020-08-201-1/+1
|
* Include the tests package in the source distributionJason K. Moore2020-08-201-11/+6
| | | | Fixes #2635
* Modernize code base to Python 3+ syntaxremove-legacyJustin Mayer2020-04-271-1/+0
| | | | | Replaces syntax that was relevant in earlier Python versions but that now has modernized equivalents.
* Increase Jinja version minimum to 2.11+Justin Mayer2020-04-121-1/+1
| | | | | | This newer version slightly changes rendered output; upgrading our dependency means our functional test output will match it more consistently.
* Namespace plugin implementationDeniz Turgut2019-12-011-2/+3
| | | | | | | | | | | * Creates pelican.plugins * Moves plugin related code under pelican.plugins * pelican.plugins.signals is now the location for signals, pelican.signals is kept for backwards compatibility * pelican.plugins._utils contains necessary bits for plugin discovery and loading. Logic from Pelican class is moved here. Pelican class now just asks for plugins and registers them * Contains tests for old and new plugin loading
* Update docutils and remove docutils workaroundDeniz Turgut2019-11-261-2/+3
|
* Initial pass of removing Python 2 supportKevin Yap2019-11-261-6/+3
| | | | | | This commit removes Six as a dependency for Pelican, replacing the relevant aliases with the proper Python 3 imports. It also removes references to Python 2 logic that did not require Six.
* Remove Python 2.7 support from settingsPaolo Melchiorre2019-11-051-2/+0
|
* Release Pelican 4.2.04.2.0botpub2019-10-171-1/+1
|
* Release Pelican 4.1.34.1.3botpub2019-10-091-1/+1
|
* Add extra/optional Markdown dependency to setup.pyDavid Alfonso2019-10-091-0/+3
| | | | | - Modify documentation to use the extra dependency in order to install the recommended markdown package version.
* Add related project URLs for display on PyPIJustin Mayer2019-09-281-2/+8
| | | | | | Adding `project_urls` and `keywords` to setup.py ensures they will be available for the PyPI package page and any other place/service that may look for these fields.
* Release Pelican 4.1.24.1.2botpub2019-09-231-1/+1
|
* Release Pelican 4.1.14.1.1botpub2019-08-231-1/+1
|
* Increment version in preparation for imminent releaseJustin Mayer2019-07-141-1/+1
|
* Revert setup.py portion of "version-in-one-place"Justin Mayer2019-07-141-16/+1
| | | | | | | | Defining the version string in a single place is a nice goal to have, but since we are currently straddling the fence as it relates to setuptools and pyproject.toml, mingling them together results in some unexpected behavior and is thus not advisable. We can revisit this if and when we make a full switch away from setuptools.
* Consolidate version strings in pyproject.tomlJustin Mayer2019-07-051-1/+19
| | | | | Storing the current version in a single place greatly simplifies issuing new package releases.
* Support for python -m pelicanTim Gates2019-06-141-1/+1
| | | | | | | | | | Addresses https://github.com/getpelican/pelican/issues/2523 Note: @avaris made a good point that there is no need to replace the existing module runner for pelican quickstart or the other tools as this can be run via: > python -m pelican.tools.pelican_quickstart
* Remove Python 3.4 referencesJohn Franey2019-02-061-1/+0
| | | | | | | | | This PR removes the Python 3.4 tox task and updates references in the code to Python 3.5+. tox complains about Python 3.4, which is EOL after next month: > py34 installed: DEPRECATION: Python 3.4 support has been deprecated. pip 19.1 will be the last one supporting it. Please upgrade your Python as Python 3.4 won't be maintained after March 2019 (cf PEP 429).
* Prepare for next versionJustin Mayer2018-11-301-1/+1
|
* Prepare to release Pelican 4.0.14.0.1Justin Mayer2018-11-301-1/+1
|
* Prepare to release Pelican 4.04.0.0Justin Mayer2018-11-131-1/+1
|
* Update setup.pyJorge Maldonado Ventura2018-04-111-1/+3
| | | | | | - Add license metadata - Add `Programming Language :: Python :: 3.7` classifier - Use HTTPS in the website link
* PyCodeStyle fixes to keep Flake8 happyJustin Mayer2017-10-261-1/+1
| | | | | Travis appears to be using new versions of underlying code style analyzers, so these changes were necessary in order to keep tests green.
* Drop unsupported Python 3.3Hugo2017-10-021-1/+1
|
* Use 4-space indentationMinchinWeb2017-04-261-14/+14
|
* Pelican trove classifier now on PyPIMinchinWeb2017-04-261-0/+1
| | | | https://github.com/pypa/warehouse/issues/1650 (now sorted alphabetically)
* Add Python 3.6 classifier to setup.pyJorge Maldonado Ventura2017-04-161-0/+1
|
* Prepare version 3.7.2.dev0 for next development cycleJustin Mayer2017-01-101-1/+1
|
* Bump version 3.7.13.7.1Justin Mayer2017-01-101-1/+1
|
* Specify encoding for README and CHANGELOG in setup.pyDeniz Turgut2017-01-031-3/+9
|
* Prepare version 3.7.1.dev0 for next development cycleJustin Mayer2016-12-141-1/+1
|
* Bump version 3.7.03.7.0Justin Mayer2016-12-121-1/+1
|
* Update package metadataJustin Mayer2016-12-121-4/+5
|