@@ -37,7 +37,8 @@ extendable, so new algorithms and sources can be used.
include_package_data=True,
entry_points={
'console_scripts':[
'senpy = senpy.__main__:main'
'senpy = senpy.__main__:main',
'senpy-cli = senpy.cli:main'
]
}
)
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.