File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed
Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1- vtools /_version.py # auto generated by setuptools_scm
21# Byte-compiled / optimized / DLL files
32__pycache__ /
43* .py [cod ]
@@ -25,6 +24,7 @@ wheels/
2524.installed.cfg
2625* .egg
2726MANIFEST
27+ vtools /_version.py # auto generated by setuptools_scm
2828
2929# PyInstaller
3030# Usually these files are written by a python script from a template
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " vtools3"
7- dynamic = [" version" ] # Placeholder; versioneer will manage this
7+ dynamic = [" version" ] # Placeholder; setuptools-scm will manage this
88description = " Timeseries analysis and processing tools using pandas/xarray"
99readme = " README.md"
1010license = " MIT"
Original file line number Diff line number Diff line change 55
66import os
77import sys
8- from importlib .metadata import version , PackageNotFoundError
98
109try :
1110 from ._version import __version__
You can’t perform that action at this time.
0 commit comments