pybatmesh/setup.py

8 lines
99 B
Python
Executable File

#!/usr/bin/env python3
"""
See setup.py --help for usage
"""
from setuptools import setup
setup()