mirror of https://github.com/jab/bidict.git
b9074f96c7
* Ditch setup.py in favor of setuptools' PEP 621 support. Ref: https://setuptools.pypa.io/en/latest/userguide/pyproject_config.html * Declare development dependencies in pyproject.toml rather than requirements/*.in * Ditch pip-compile-multi which does not support sourcing deps from pyproject.toml * Compile dependencies into dev-deps/*.txt rather than requirements/*.txt * Don't include development-related files in the sdist or wheel. * Drop less important bidict.metadata attributes (__maintainer__, __email__, __status__, __keywords__, __project_urls__) and make __author__ a dictionary with "name" and "email" keys to match the standard format in pyproject.toml. |
||
---|---|---|
.. | ||
workflows | ||
FUNDING.yml | ||
dependabot.yml |