mirror of
https://github.com/vale981/rmview
synced 2025-03-04 16:51:38 -05:00
package info
This commit is contained in:
parent
413b055503
commit
5d3d87da3b
1 changed files with 8 additions and 0 deletions
8
setup.py
8
setup.py
|
@ -2,6 +2,14 @@ from setuptools import setup, find_packages
|
|||
|
||||
setup(
|
||||
name='rmview',
|
||||
version='0.1',
|
||||
url='https://github.com/bordaigorl/rmview',
|
||||
description='rMview: a fast live viewer for reMarkable',
|
||||
author='bordaigorl',
|
||||
author_email='emanuele.dosualdo@gmail.com',
|
||||
classifiers=[
|
||||
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
|
||||
],
|
||||
packages=['rmview'],
|
||||
install_requires=['pyqt5', 'paramiko', 'twisted'],
|
||||
entry_points={
|
||||
|
|
Loading…
Add table
Reference in a new issue