24 lines
790 B
Diff
24 lines
790 B
Diff
From e1dc9e6a5e683dd8ed09a319d06ef0be8d0022cb Mon Sep 17 00:00:00 2001
|
|
From: Alexandre Bard <alexandre.bard@netmodule.com>
|
|
Date: Tue, 27 Feb 2024 11:33:39 +0100
|
|
Subject: [PATCH] setup.py: Make compatible with kirkstone
|
|
|
|
Signed-off-by: Alexandre Bard <alexandre.bard@netmodule.com>
|
|
---
|
|
setup.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/setup.py b/setup.py
|
|
index 8d3714e..cda325e 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -5,7 +5,7 @@ from setuptools import setup, find_packages
|
|
setup(
|
|
name='gnss_mgr',
|
|
version_format='{tag}.{commitcount}+{gitsha}',
|
|
- setup_requires=['setuptools-git-version'],
|
|
+ setup_requires=['setuptools-scm'],
|
|
description='GNSS Manager',
|
|
author='Marc Mattmüller',
|
|
author_email='marc.mattmueller@netmodule.com',
|