File: setup.py

package info (click to toggle)
hg-git 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,244 kB
  • sloc: python: 8,702; sh: 185; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 242 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
import setuptools

# don't guard this with a try; users should use pip for
# installing/building hg-git, as it ensures the proper dependencies
# are present
import setuptools_scm

assert setuptools_scm  # silence pyflakes

setuptools.setup()