mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 10:40:51 +00:00
change startingg script
This commit is contained in:
parent
37cc23e55b
commit
d7c026eafc
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -49,7 +49,7 @@ setuptools.setup(
|
|||
py_modules=["av1an"],
|
||||
rust_extensions=[RustExtension("av1an.av1an", "Cargo.toml", binding=Binding.PyO3)],
|
||||
include_package_data=True,
|
||||
entry_points={"console_scripts": ["av1an=cli:main"]},
|
||||
entry_points={"console_scripts": ["av1an=av1an.py"]},
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3",
|
||||
"License :: OSI Approved :: MIT License",
|
||||
|
|
Loading…
Reference in a new issue