File: setup.py

package info (click to toggle)
hg-git 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,372 kB
  • sloc: python: 8,708; sh: 185; makefile: 23
file content (10 lines) | stat: -rw-r--r-- 242 bytes parent folder | download | duplicates (2)
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()