Skip to content

Commit eee6a28

Browse files
committedSep 19, 2020
Remove scm_tools dependency
Trying to get the build working now it's a mono repo - hitting issues seemingly due to this bug: pypa/setuptools-scm#357
1 parent 23e750f commit eee6a28

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎flask/setup.py

-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
setup(
77
name="boxwise-flask",
8-
use_scm_version={"root": ".."},
98
description="""Boxwise is a web application that makes it easy for
109
organisations to source, store and distribute donated goods to people in
1110
need in a fair and dignified way.""",
@@ -14,6 +13,5 @@
1413
author_email="hello@boxwise.co",
1514
license="Apache 2.0",
1615
packages=find_packages(exclude=["test"]),
17-
setup_requires=["setuptools_scm"],
1816
install_requires=REQUIREMENTS,
1917
)

0 commit comments

Comments
 (0)
Please sign in to comment.