@@ -0,0 +1,13 @@
from setuptools import setup
setup(
name="prolo-tlsa",
version="0.1.0",
packages=["prolo_tlsa"],
install_requires=["requests>=2.28.0"],
entry_points={
"console_scripts": [
"prolo-tlsa = prolo_tlsa:main",
],
},
)
The note is not visible to the blocked user.