geomon/setup.py

5 lines
105 B
Python

from setuptools import setup, find_packages
setup(
name = 'geomon',
packages = find_packages(),
)