Metadata-Version: 2.4
Name: xpip-build
Version: 1.4
Summary: Python package. Build. Install.
Project-URL: Homepage, https://github.com/bondbox/xpip/
Project-URL: Source Code, https://github.com/bondbox/xpip/
Project-URL: Bug Tracker, https://github.com/bondbox/xpip/issues
Project-URL: Documentation, https://github.com/bondbox/xpip/
Author-email: Mingzhe Zou <zoumingzhe@outlook.com>
License-File: LICENSE
Keywords: setuptools,wheel
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Requires-Dist: build
Requires-Dist: setuptools
Requires-Dist: xpip-upload>=1.4
Description-Content-Type: text/markdown

# xpip-build

The `xpip-build` can easily and quickly build and install Python package.

You can clean, check, and create source distributions and built (wheel) distributions with just one command (`xpip-build setup --clean --all`), without the need to execute multiple commands.
