Files
Romuald Juchnowicz-Bierbasz b7b759d483 SDK-2520: Configure deployment
2019-02-11 14:30:08 +01:00

11 lines
237 B
Python

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