the _version.py file is autogenerated at build time from git tag using setuptools_scm; the pyclipper.__version__ variable exports that, as it's common in python packaging. This allows clients to import pyclipper and check its __version__ without needing to query the package metadata (which may be missing when pyclipper is embedded in native applications).
10 lines
118 B
Text
10 lines
118 B
Text
.idea
|
|
build
|
|
dist
|
|
pyclipper.egg-info
|
|
*.so
|
|
src/pyclipper/_pyclipper.cpp
|
|
src/pyclipper/_version.py
|
|
*.pyc
|
|
MANIFEST
|
|
.eggs/
|