mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Build and publish to test-pypi
This commit is contained in:
7
setup.py
7
setup.py
@ -126,10 +126,9 @@ setup(
|
||||
"docs": ["sphinx", "myst-parser", "sphinx-rtd-theme"],
|
||||
"stubs": ["pybind11-stubgen"],
|
||||
},
|
||||
entry_points='''
|
||||
[console_scripts]
|
||||
quicktex=quicktex.__main__:main
|
||||
''',
|
||||
entry_points={
|
||||
'console_scripts': ['quicktex = quicktex.__main__:main']
|
||||
},
|
||||
zip_safe=False,
|
||||
license='GNU Lesser General Public License v3 (LGPLv3)',
|
||||
classifiers=[
|
||||
|
Reference in New Issue
Block a user