mango-explorer/setup.py

13 lines
311 B
Python

#!/usr/bin/env python
from distutils.core import setup
setup(name="mango-explorer",
version="0.1",
description="Mango Explorer",
author="Geoff Taylor",
author_email="geoff@mango.markets",
url="https://gitlab.com/OpinionatedGeek/mango-explorer",
packages=["mango"],
)