mirror of
https://github.com/pacnpal/pip-add.git
synced 2025-12-19 19:51:05 -05:00
Update README.md and bump version to 0.1.1 with Python 3.11+ support
This commit is contained in:
4
setup.py
4
setup.py
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user