summaryrefslogtreecommitdiff
path: root/setup.py
Commit message (Expand)AuthorAgeFilesLines
* Update supported versions in package classifiers.Stefan Behnel2023-03-291-1/+1
* Use proper SPDX license identifier in setup.py script (GH-351)Maximilian2022-09-161-1/+1
* Include Cython source files to allow showing source lines in tracebacks.Stefan Behnel2022-07-101-0/+3
* Move zlib.h and friends into a subdirectory "extlibs" in lxml/includes/ to se...lxml-4.7.1Stefan Behnel2021-12-131-2/+10
* Do not overwrite the wildcard includes for the "lxml.includes" package when a...Stefan Behnel2021-12-131-5/+7
* Include header files of zlib+libiconv in static wheel builds.Stefan Behnel2021-11-211-1/+9
* Add wheel building workflow for Github Actions.lxml-4.6.4-preStefan Behnel2021-11-021-1/+4
* Add package metadata marker for Python 3.10 support (GH-330)Hugo van Kemenade2021-10-221-0/+1
* Add link to Github for PyPi (GH-320)Андрій Орєхов2021-08-141-1/+3
* Allow passing STATIC_* setup variables from the environment. (GH-314)Isaac Jurado2021-05-191-4/+7
* lxml actually works in Py3.9.Stefan Behnel2020-10-181-0/+1
* Fix some links, formatting and supported Python versions.Stefan Behnel2019-11-251-24/+26
* Document Python 3.8 support in classifiers (GH-291)Dmitry Marakasov2019-11-071-0/+1
* Add comment to help with maintenance.Stefan Behnel2019-08-021-0/+2
* Backed out changeset 7ee62a9b3b64Stefan Behnel2019-08-021-0/+2
* Remove redundant Python version specification (classifiers should be enough).Stefan Behnel2019-08-021-2/+0
* Fill python_requires with proper metadata (GH-283)Cédric Krier2019-08-021-1/+2
* Remove support for CPython 3.4.Stefan Behnel2019-04-211-2/+2
* Drop support for EOL Python 3.3Hugo2018-08-261-3/+2
* Remove redundant code for Python <= 2.6Hugo2018-08-251-2/+2
* Officially remove support for Py2.6.Stefan Behnel2018-07-301-1/+0
* Add official support for Py3.7 for the next release.Stefan Behnel2018-03-101-0/+1
* Try to ignore externally installed lxml packages when building, to prevent ac...Stefan Behnel2017-08-171-0/+4
* LP#1637922: Name license in setup.py.Stefan Behnel2017-08-131-0/+1
* Properly integrate the compilation of _elementpath.py and some lxml.html modu...Stefan Behnel2017-08-111-0/+2
* discontinue support for CPython 3.2 - may or may not work in the futureStefan Behnel2017-02-111-1/+1
* also works with Py3.5Stefan Behnel2015-09-181-0/+1
* prepare release of 3.5.0b1lxml-3.5.0b1Stefan Behnel2015-09-181-2/+0
* Remove bugtrack_url because it causes warningMarc Abramowitz2015-03-051-1/+5
* remove dead code from build scriptsStefan Behnel2015-02-141-5/+5
* make setup.py fail hard for unsupported Python versionsStefan Behnel2014-03-221-3/+4
* add more optional depsStefan Behnel2014-02-161-0/+2
* fix typo in setup.pyStefan Behnel2014-02-161-1/+1
* clean up "extra_require" option setup and add "cssselect" as an optional depe...Stefan Behnel2014-01-311-3/+13
* Add 'fast' extra_requireSascha Peilicke2014-01-311-0/+5
* make Py3.4 as supported for nowStefan Behnel2014-01-121-0/+1
* remove 'fake pyrex' files that were needed by setuptools before switching to ...Stefan Behnel2013-09-271-7/+0
* re-enable manual egg building by importing setuptools/distribute if availableStefan Behnel2013-03-291-2/+4
* set bugtrack URL in setup.py metadataStefan Behnel2013-03-241-0/+1
* avoid warning about unknown setup() option during buildStefan Behnel2012-11-231-1/+4
* drop useless setuptools import in setup.py scriptStefan Behnel2012-11-231-16/+2
* mark Py3.3 as being supportedStefan Behnel2012-09-261-0/+1
* we don't really support Py3.0 anymoreStefan Behnel2012-07-311-1/+0
* renamed 'include' package to 'includes' because 'include' is a keyword in CythonStefan Behnel2012-07-301-4/+4
* always include 'lxml.include' package in build, added .pxd/.h files as packag...Stefan Behnel2012-03-021-13/+6
* fix Py3 compatibility glitch in setup.pyStefan Behnel2011-11-031-1/+1
* rst fixStefan Behnel2011-09-251-0/+1
* a (mostly) rewrite of the library header file inclusion, also dropping Py2.3 ...Stefan Behnel2011-08-251-87/+51
* patch that copies headers only if --static isMatteo Bertozzi2011-08-241-15/+132
* doc fixStefan Behnel2011-07-231-4/+4