mirror of
https://github.com/DJ2LS/FreeDATA
synced 2024-05-14 08:04:33 +00:00
adjusted pip build package
This commit is contained in:
parent
8da6f1b64d
commit
ac5394c9c0
1 changed files with 2 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -9,7 +9,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
|
|||
|
||||
setup(
|
||||
name='freedata-server',
|
||||
version='0.15.4a2',
|
||||
version='0.15.4a4',
|
||||
packages=find_packages(where='.'),
|
||||
package_dir={'': '.'},
|
||||
install_requires=required,
|
||||
|
@ -19,7 +19,7 @@ setup(
|
|||
description='A free, open-source, multi-platform application for sending files and messages, using the codec2 HF modems.',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url='https://freedata.app',
|
||||
url='https://github.com/DJ2LS/FreeDATA',
|
||||
license='GPL3.0',
|
||||
entry_points={
|
||||
'console_scripts': [
|
||||
|
|
Loading…
Reference in a new issue