Skip to content
Snippets Groups Projects
setup.py 90 B
from setuptools import setup
from satella import __version__


setup(version=__version__)