Files
Romuald Juchnowicz-Bierbasz f9eaeaf726 Increment version, add changelog
2019-03-11 11:08:28 +01:00

11 lines
238 B
Python

from setuptools import setup, find_packages
setup(
name="galaxy.plugin.api",
version="0.16",
description="Galaxy python plugin API",
author='Galaxy team',
author_email='galaxy@gog.com',
packages=find_packages()
)