Update package description in setup.py for clarity
This commit is contained in:
parent
09b585d5f6
commit
b9761e5f13
4
setup.py
4
setup.py
@ -1,11 +1,11 @@
|
|||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="nut",
|
name="nut",
|
||||||
version="0.1.0",
|
version="0.1.0",
|
||||||
description="compiler for nut",
|
description="Core package and CLI entrypoint for nut",
|
||||||
author="Chipperfluff",
|
author="Chipperfluff",
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
python_requires=">=3.8",
|
python_requires=">=3.8",
|
||||||
|
install_requires=["chipenv"],
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user