File: setup.py

package info (click to toggle)
astropy-sphinx-theme 2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 288 kB
  • sloc: javascript: 161; python: 55; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 151 bytes parent folder | download
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('astropy_sphinx_theme', 'version.py')})