Files
Romuald Juchnowicz-Bierbasz ca8d0dfaf4 Increment version, add changelog
2019-03-08 10:19:43 +01:00

11 lines
238 B
Python

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