Metadata-Version: 2.1
Name: backend_setuptool
Version: 0.0.1
Summary: backend setuptool for mahfooziiitian
Author-email: Mohammad Mahfooz Alam <mahfooz.iiitian@gmail.com>
Project-URL: Homepage, https://github.com/pypa/backend_setuptool
Project-URL: Issues, https://github.com/pypa/backend_setuptool/issues
Keywords: feed,reader,tutorial
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: feedparser>=5.2.0
Requires-Dist: html2text
Requires-Dist: tomli; python_version < "3.11"
Provides-Extra: dev
Requires-Dist: black; extra == "dev"
Requires-Dist: bumpver; extra == "dev"
Requires-Dist: isort; extra == "dev"
Requires-Dist: pip-tools; extra == "dev"
Requires-Dist: pytest; extra == "dev"

# Packaging using setuptool

## Upgrading build

    python -m pip install --upgrade build

## Build the package

    python -m build
