This commit is contained in:
parent
fe439b4d3c
commit
a8545211e8
@ -10,6 +10,15 @@ list yields a list of all related PRs for each release.
|
|||||||
|
|
||||||
# [unreleased]
|
# [unreleased]
|
||||||
|
|
||||||
|
# [v5.6.0] 2023-09-14
|
||||||
|
|
||||||
|
- `tmtccmd` v6.0.0
|
||||||
|
- `spacepackets` v18.0.0
|
||||||
|
|
||||||
|
## Added
|
||||||
|
|
||||||
|
- CFDP file downlink support.
|
||||||
|
|
||||||
# [v5.5.1] 2023-09-12
|
# [v5.5.1] 2023-09-12
|
||||||
|
|
||||||
## Fixed
|
## Fixed
|
||||||
|
@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
|
|||||||
name = "eive-tmtc"
|
name = "eive-tmtc"
|
||||||
description = "TMTC Commander EIVE"
|
description = "TMTC Commander EIVE"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
version = "5.5.1"
|
version = "5.6.0"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
license = {text = "Apache-2.0"}
|
license = {text = "Apache-2.0"}
|
||||||
authors = [
|
authors = [
|
||||||
|
12
setup.py
12
setup.py
@ -1,12 +0,0 @@
|
|||||||
#!/usr/bin/env python3
|
|
||||||
"""
|
|
||||||
We do the package handling in the static setup.cfg but include an empty setup.py
|
|
||||||
to allow editable installs https://packaging.python.org/tutorials/packaging-projects/
|
|
||||||
and provide extensibility
|
|
||||||
"""
|
|
||||||
try:
|
|
||||||
from setuptools import setup
|
|
||||||
except ImportError:
|
|
||||||
from distutils.core import setup
|
|
||||||
|
|
||||||
setup()
|
|
Loading…
x
Reference in New Issue
Block a user