Metadata-Version: 2.1
Name: hatchling
Version: 0.8.0
Summary: The build backend used by Hatch
Project-URL: Documentation, https://ofek.dev/hatch/latest/
Project-URL: Donate, https://github.com/sponsors/ofek
Project-URL: History, https://ofek.dev/hatch/dev/meta/history/
Project-URL: Issues, https://github.com/ofek/hatch/issues
Project-URL: Source, https://github.com/ofek/hatch/tree/master/hatchling
Author-email: Ofek Lev <oss@ofek.dev>
Keywords: build,hatch,packaging
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: editables~=0.2; python_version > "3"
Requires-Dist: importlib-metadata; python_version < "3.8"
Requires-Dist: packaging~=20.9; python_version < "3"
Requires-Dist: packaging~=21.3; python_version > "3"
Requires-Dist: pathspec~=0.9
Requires-Dist: pluggy~=0.13; python_version < "3"
Requires-Dist: pluggy~=1.0.0; python_version > "3"
Requires-Dist: tomli~=2.0.0; python_version > "3"
Requires-Dist: toml~=0.10.2; python_version < "3"
Description-Content-Type: text/markdown

# Hatchling

-----

This is the PEP 517 build backend used by [Hatch](https://github.com/ofek/hatch).
