Skip to content

Commit

Permalink
Use setuptools-scm that is compat with Python2
Browse files Browse the repository at this point in the history
  • Loading branch information
ahalam committed Mar 25, 2021
1 parent c8e76be commit 4f52151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -23,7 +23,7 @@
packages=find_packages(exclude=[]),
package_dir={'automat': 'automat'},
setup_requires=[
'setuptools-scm',
'setuptools-scm<6.0.0',
'm2r',
],
install_requires=[
Expand Down

0 comments on commit 4f52151

Please sign in to comment.