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
|
||||
|
||||
|
||||
setup(
|
||||
name="nut",
|
||||
version="0.1.0",
|
||||
description="compiler for nut",
|
||||
description="Core package and CLI entrypoint for nut",
|
||||
author="Chipperfluff",
|
||||
packages=find_packages(),
|
||||
python_requires=">=3.8",
|
||||
install_requires=["chipenv"],
|
||||
)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user