This website requires JavaScript.
Explore
Help
Register
Sign In
Rooba
/
bidict
mirror of
https://github.com/jab/bidict.git
Watch
1
Star
1
Fork
You've already forked bidict
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
bidict
/
MANIFEST.in
4 lines
75 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
Add py.typed file to mark package as annotated (PEP 561)
2020-09-05 17:50:34 +00:00
include bidict/py.typed
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-04 02:32:49 +00:00
recursive-exclude docs *
recursive-exclude tests *