@@ -0,0 +1,16 @@
from setuptools import setup, find_packages
setup(
name="digpkg",
version="1.0",
packages=find_packages(),
install_requires=[
"textual>=7.3.0",
"requests>=2.32.5"
],
entry_points={
"console_scripts": [
"dig = dig:main"
]
}
)
The note is not visible to the blocked user.