mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-31 14:33:54 -04:00
Added lrf-meta script
This commit is contained in:
parent
391ab780b3
commit
1ec8632924
6
setup.py
6
setup.py
@ -19,15 +19,15 @@ ez_setup.use_setuptools()
|
|||||||
from setuptools import setup, find_packages
|
from setuptools import setup, find_packages
|
||||||
from libprs500 import __version__ as VERSION
|
from libprs500 import __version__ as VERSION
|
||||||
|
|
||||||
# TODO: Dependencies
|
|
||||||
|
|
||||||
setup(name='libprs500',
|
setup(name='libprs500',
|
||||||
entry_points = {
|
entry_points = {
|
||||||
'console_scripts': [ 'prs500 = libprs500.cli.main:main' ],
|
'console_scripts': [ 'prs500 = libprs500.cli.main:main', 'lrf-meta = libprs500.lrf.meta:main' ],
|
||||||
'gui_scripts' : [ 'prs500-gui = libprs500.gui.main:main']
|
'gui_scripts' : [ 'prs500-gui = libprs500.gui.main:main']
|
||||||
},
|
},
|
||||||
include_package_data = True,
|
include_package_data = True,
|
||||||
version=VERSION,
|
version=VERSION,
|
||||||
|
install_requires=["pyusb>=0.3.5","pyxml>=0.8.4"],
|
||||||
|
dependency_links=["http://sourceforge.net/project/showfiles.php?group_id=145185","http://sourceforge.net/project/showfiles.php?group_id=6473"],
|
||||||
description='Library to interface with the Sony Portable Reader 500 over USB.',
|
description='Library to interface with the Sony Portable Reader 500 over USB.',
|
||||||
long_description =
|
long_description =
|
||||||
"""
|
"""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user