Skip to content

Commit 7e50db3

Browse files
Marc SerratMarc Serrat
authored andcommitted
Fixed Setup.py
1 parent 23a149d commit 7e50db3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626

2727
setup(
2828
name='connect-sdk',
29-
author='Ingram Micro',
30-
version='0.0.0',
29+
author='CloudBlue Connect',
3130
keywords='sdk connect connect automation',
3231
packages=PACKAGES,
3332
description='Connect Python SDK',
@@ -37,7 +36,8 @@
3736
license='Apache Software License',
3837
include_package_data=True,
3938
install_requires=install_reqs,
40-
39+
setup_requires=['setuptools_scm', 'pytest-runner', 'wheel'],
40+
use_scm_version=True,
4141
classifiers=[
4242
'Development Status :: 5 - Production/Stable',
4343

0 commit comments

Comments
 (0)