Skip to content

Commit

Permalink
PyPANDA versioning (panda-re#1489)
Browse files Browse the repository at this point in the history
* add pypanda versioning

* cleanup

* not quite right

* Add fallback version
  • Loading branch information
lacraig2 authored Apr 3, 2024
1 parent 7b2aed3 commit 1d0069e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion panda/python/core/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,14 @@ def run(self):
long_description = fh.read()

setup(name='pandare',
version='0.1.2.0',
description='Python Interface to PANDA',
long_description=long_description,
setup_requires=['setuptools_scm'],
use_scm_version = {
"root": "../../..",
"relative_to": __file__,
"fallback_version": "0.0.0.1",
},
long_description_content_type="text/markdown",
author='Andrew Fasano, Luke Craig, and Tim Leek',
author_email='[email protected]',
Expand Down

0 comments on commit 1d0069e

Please sign in to comment.