File: setup.py.in

package info (click to toggle)
lensfun 1%3A0.3.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,672 kB
  • sloc: xml: 52,273; cpp: 7,831; ansic: 7,411; python: 1,725; sh: 17; ruby: 16; makefile: 13; javascript: 3
file content (12 lines) | stat: -rw-r--r-- 313 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

"""This setup script installs the “lensfun” package."""

from setuptools import setup


setup(name="lensfun",
      version="${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO}",
      package_dir={"": "${CMAKE_CURRENT_BINARY_DIR}"},
      packages=["lensfun"])