bidict/dev-deps
Joshua Bronson b9074f96c7 Use pyproject.toml instead of setup.py, etc.
* 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.
2022-12-03 21:32:49 -05:00
..
dev.txt Use pyproject.toml instead of setup.py, etc. 2022-12-03 21:32:49 -05:00
docs.txt Use pyproject.toml instead of setup.py, etc. 2022-12-03 21:32:49 -05:00
lint.txt Use pyproject.toml instead of setup.py, etc. 2022-12-03 21:32:49 -05:00
test.txt Use pyproject.toml instead of setup.py, etc. 2022-12-03 21:32:49 -05:00