File: _version.py.in

package info (click to toggle)
spglib 2.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 14,180 kB
  • sloc: ansic: 125,066; python: 7,717; cpp: 2,197; f90: 2,143; ruby: 792; makefile: 22; sh: 18
file content (13 lines) | stat: -rw-r--r-- 421 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
# File generated by CMake Spglib_Python project
# This file is for debugging build purposes only
# Do NOT use this file for production builds. Use the file generated from scikit-build-core instead

from __future__ import annotations

version: str
__version__: str
__version_tuple__: tuple[int | str, ...]
version_tuple: tuple[int | str, ...]

__version__ = version = "0.0.0"
__version_tuple__ = version_tuple = (0, 0, 0)