Skip to content

Commit

Permalink
[setup.py] Setting version of setuptools-git-versioning to fix vers…
Browse files Browse the repository at this point in the history
…ioning issues in packages. (see #58)
  • Loading branch information
mmmarinho authored Jul 12, 2024
1 parent 22a7fcd commit f8327d2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def build_extension(self, ext):
"dirty_template": "{tag}.{branch}{ccount}",
"branch_formatter": format_branch_name,
},
setup_requires=['setuptools-git-versioning'],
setup_requires=['setuptools-git-versioning==1.7.3'],
author='Murilo Marques Marinho',
author_email='murilomarinho@ieee.org',
description='DQRobotics Python',
Expand All @@ -114,11 +114,11 @@ def build_extension(self, ext):
'dqrobotics.robot_control',
'dqrobotics.solvers'],
classifiers=[
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: C++",
"Development Status :: 5 - Production/Stable",
"Operating System :: POSIX :: Linux",
Expand Down

0 comments on commit f8327d2

Please sign in to comment.