Skip to content
This repository was archived by the owner on Apr 1, 2022. It is now read-only.

Commit e4bf97f

Browse files
author
rogervs
committed
Update setup.py to include remote directory
1 parent a263a50 commit e4bf97f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setuptools.setup(
77
name='cadcadgolem',
8-
version='0.2.0',
8+
version='0.2.1',
99
author='Roger van Schie',
1010
author_email='rogervs@protonmail.com',
1111
description='A cadCAD workload dispatcher to the Golem network',
@@ -25,4 +25,6 @@
2525
'Operating System :: OS Independent',
2626
],
2727
python_requires='>=3.8.5',
28+
use_scm_version= True,
29+
setup_requires=['setuptools_scm'],
2830
)

0 commit comments

Comments
 (0)