[-] Drop 3.7-3.9 support, remove entrypoint
This commit is contained in:
@@ -1,9 +1,5 @@
|
||||
from __future__ import annotations
|
||||
|
||||
|
||||
def main():
|
||||
print('🐱')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
||||
print('🐱')
|
||||
|
||||
@@ -22,18 +22,12 @@ setup(
|
||||
classifiers=[
|
||||
"License :: OSI Approved :: MIT License",
|
||||
"Programming Language :: Python :: 3",
|
||||
"Programming Language :: Python :: 3.7",
|
||||
"Programming Language :: Python :: 3.8",
|
||||
"Programming Language :: Python :: 3.9",
|
||||
"Programming Language :: Python :: 3.10",
|
||||
"Programming Language :: Python :: 3.11",
|
||||
"Programming Language :: Python :: 3.12",
|
||||
"Programming Language :: Python :: 3.13",
|
||||
],
|
||||
packages=find_packages(exclude=("tests",)),
|
||||
include_package_data=True,
|
||||
install_requires=[],
|
||||
entry_points={
|
||||
"console_scripts": [
|
||||
"hypy_utils=hypy_utils.__main__:main",
|
||||
]
|
||||
},
|
||||
install_requires=[]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user