1
0
mirror of https://github.com/SAP/jenkins-library.git synced 2025-03-03 15:02:35 +02:00
2019-03-04 14:08:10 +01:00

16 lines
345 B
Python

from setuptools import setup
setup(
name='py_connect',
version='1.0',
description='This is a python package to handle some ci-connect payload parts',
url='https://github.wdf.sap.corp/sap-production/py_connect',
# Author details
author='Some Author',
author_email='some.author@sap.com',
packages=['payload']
)