mirror of
https://github.com/markqvist/Sideband.git
synced 2025-05-15 12:52:28 -04:00
Restructured repository
This commit is contained in:
parent
46269dd82b
commit
0de4c12c17
274 changed files with 51617 additions and 45 deletions
9
setup.py
9
setup.py
|
@ -1,12 +1,13 @@
|
|||
import setuptools
|
||||
|
||||
from main.py import __version__
|
||||
__version__ = "0.1.6"
|
||||
__variant__ = "beta"
|
||||
|
||||
with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setuptools.setup(
|
||||
name="sideband",
|
||||
name="sbapp",
|
||||
version=__version__,
|
||||
author="Mark Qvist",
|
||||
author_email="mark@unsigned.io",
|
||||
|
@ -22,9 +23,9 @@ setuptools.setup(
|
|||
],
|
||||
entry_points= {
|
||||
'console_scripts': [
|
||||
'sideband=main:main',
|
||||
'sideband=sbapp:main.run',
|
||||
]
|
||||
},
|
||||
install_requires=['lxmf'],
|
||||
install_requires=['rns>=0.3.9', 'lxmf>=0.1.7', 'kivy==2.1.0'],
|
||||
python_requires='>=3.6',
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue