mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-04-04 14:08:38 +00:00
debian build (first take)
This commit is contained in:
parent
1d1851dc76
commit
37086bc6c7
7 changed files with 45 additions and 1 deletions
16
setup.py
Normal file
16
setup.py
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
from setuptools import setup, find_packages
|
||||
from owrx.version import strictversion
|
||||
|
||||
setup(
|
||||
name="OpenWebRX",
|
||||
version=str(strictversion),
|
||||
packages=find_packages(),
|
||||
entry_points={"console_scripts": ["openwebrx=openwebrx:main"]},
|
||||
# use the github page for now
|
||||
url="https://github.com/jketterl/openwebrx",
|
||||
author="András Retzler, Jakob Ketterl",
|
||||
author_email="randras@sdr.hu, jakob.ketterl@gmx.de",
|
||||
maintainer="Jakob Ketterl",
|
||||
maintainer_email="jakob.ketterl@gmx.de",
|
||||
license="GAGPL",
|
||||
)
|
||||
Loading…
Add table
Add a link
Reference in a new issue