Skip to content

Commit d679fe6

Browse files
committed
Pylint
1 parent 5cb6f2f commit d679fe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,12 @@ def build_extension(self, ext: CMakeExtension):
101101
LONG_DESCRIPTION = f.read()
102102

103103
# Get version from header file
104-
project_version = get_version_from_header()
104+
PROJECT_VERSION = get_version_from_header()
105105

106106
if LONG_DESCRIPTION:
107107
setup(
108108
name="dsf",
109-
version=project_version,
109+
version=PROJECT_VERSION,
110110
author="Grufoony",
111111
author_email="gregorio.berselli@studio.unibo.it",
112112
description="DSF C++ core with Python bindings via pybind11",

0 commit comments

Comments
 (0)