@@ -0,0 +1,10 @@
#!/usr/bin/env python3
from setuptools import setup
setup(
name="ugit",
version="1.0",
packages=["ugit"],
entry_points={"console_scripts": ["ugit = ugit.cli:main"]},
)
The note is not visible to the blocked user.