Merge branch 'documentation' of https://gitlab.gog.com/galaxy-client/galaxy-plugin-api into documentation

This commit is contained in:
Mateusz Silaczewski
2019-06-06 15:56:01 +02:00
committed by Mieszko Banczerowski
parent ed91fd582c
commit 7099cf3195
16 changed files with 762 additions and 81 deletions

View File

@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name="galaxy.plugin.api",
version="0.31.3",
description="Galaxy python plugin API",
description="GOG Galaxy Integrations Python API",
author='Galaxy team',
author_email='galaxy@gog.com',
packages=find_packages("src"),