Skip to content

Commit

Permalink
Moving septentrio files
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefal committed Dec 22, 2024
1 parent 24db999 commit 6898a06
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/sept_tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import sys
import argparse
import logging
from septentrio.septentrio_cmd import *
from septentrio.septentrio_gnss.septentrio_cmd import *
from enum import Enum
from operator import methodcaller

Expand Down
9 changes: 9 additions & 0 deletions tools/septentrio/pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@

[project]
name = "septentrio_gnss"
version = "0.0.1"
dependencies = ["pyserial",]

[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 6898a06

Please sign in to comment.