File: setup.py

package info (click to toggle)
pytest-doctestplus 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 352 kB
  • sloc: python: 2,016; makefile: 13; sh: 7
file content (6 lines) | stat: -rwxr-xr-x 149 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
#!/usr/bin/env python

import os
from setuptools import setup

setup(use_scm_version={'write_to': os.path.join('pytest_doctestplus', 'version.py')})