summaryrefslogtreecommitdiff
path: root/setup.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Better DNS-over-HTTPS support. (#908)Bob Halley2023-03-191-1/+1
| | | | | | | | | | | | This change: Allows resolution hostnames in URLs using dnspython's resolver or via a bootstrap address, without rewriting URLs. Adds full support for source addresses and ports to httpx, except for asyncio I/O where only the source address can be specified. Removes support for requests.
* Remove curio support.Bob Halley2023-03-121-1/+0
|
* Add dns.quic to setup.cfg for legacy setup.py installs [#896]Bob Halley2023-02-111-0/+1
|
* Use 'https' instead of 'http' for dnspython.org (#883)Rafael Guterres Jeffman2023-01-111-1/+1
| | | | | | | | These days, 'https' should be used instead of 'http' for almost anything, and Coverity is warning that dnspython.org URL in 'setup.cfg' uses 'http'. This patch changes the use of 'http' to 'https' on setup.cfg and documentation, where it does not affect module code, tests or examples.
* Update versions and CI post 2.3 branch.Bob Halley2022-12-271-1/+1
|
* DoQ packing and testing tweaksBob Halley2022-11-241-0/+1
|
* Remove spurious wheel build dependencyJames Hilliard2022-11-021-1/+1
| | | | Wheel isn't a build dependency so it shouldn't be in setup_requires.
* update to dev versionBob Halley2022-10-271-1/+1
|
* fix missing version in setup.cfgeaglegai2022-10-271-0/+1
| | | | Signed-off-by: eaglegai <eaglegai@163.com>
* Set minimum Python version to 3.7.Bob Halley2022-03-051-2/+1
|
* added project_urls for easier discovery by usersRyan Cheley2022-01-301-0/+4
|
* remove redundant sniffio dependency for trioBob Halley2022-01-191-1/+1
|
* add 3.10 classifierBob Halley2021-12-151-0/+2
|
* fix DoH requirementsBob Halley2021-11-161-1/+1
|
* Moved the metadata into setup.cfg from setup.py.KOLANICH2021-02-161-0/+52
| | | | | Fixed the dependency on poetry instead of poetry-core in pyproject.toml. Fetching the version from git tags now when using setuptools (for poetry we cannot do that currently, see https://github.com/python-poetry/poetry/issues/693).
* do not build universal wheels as we are python 3 onlyBob Halley2020-05-231-3/+0
|
* add wheel config fileBob Halley2016-10-081-0/+5