Commit 9bdc4255 authored by Peterson, Peter's avatar Peterson, Peter
Browse files

Adding setup.py for conda build

parent 3a46b6f8
Loading
Loading
Loading
Loading

setup.py

0 → 100644
+6 −0
Original line number Diff line number Diff line
# this file is necessary so conda can read the contents of setup.cfg using
# its load_setup_py_data function
from setuptools import setup
from versioningit import get_cmdclasses

setup(cmdclass=get_cmdclasses())