File: setup.py

package info (click to toggle)
sphinx-astropy 1.9.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 300 kB
  • sloc: python: 563; makefile: 5
file content (8 lines) | stat: -rwxr-xr-x 210 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

# Licensed under a 3-clause BSD style license - see LICENSE.rst

import os
from setuptools import setup

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