Update README.md and bump version to 0.1.1 with Python 3.11+ support

This commit is contained in:
PacNPal
2024-11-19 09:19:28 -05:00
parent bc963eb602
commit 00e886eb59
2 changed files with 14 additions and 14 deletions

View File

@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="pip-add",
version="0.1.0",
version="0.1.1",
packages=find_packages(),
install_requires=[
"pip",
@@ -15,7 +15,7 @@ setup(
},
author="PacNPal",
author_email="pac@pacnp.al",
description="A CLI tool to install packages and add them to requirements.txt",
description="A CLI tool to install packages and manage requirements.txt in one command",
long_description=open('README.md').read(),
long_description_content_type="text/markdown",
url="https://github.com/PacNPal/pip-add",