File: setup.py

package info (click to toggle)
pytest-astropy-header 0.2.2-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 184 kB
  • sloc: python: 275; makefile: 3
file content (6 lines) | stat: -rwxr-xr-x 152 bytes parent folder | download | duplicates (2)
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_astropy_header', 'version.py')})