Skip to content

Commit

Permalink
Remove scm_tools dependency
Browse files Browse the repository at this point in the history
Following discussion in Slack, we don’t seem to be using this functionality, and it’s causing issues with the mono-repo folder structure due to this bug: pypa/setuptools-scm#357
  • Loading branch information
jamescrowley committed Sep 22, 2020
1 parent 88b268b commit 2394045
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions flask/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

setup(
name="boxwise-flask",
use_scm_version={"root": ".."},
description="""Boxwise is a web application that makes it easy for
organisations to source, store and distribute donated goods to people in
need in a fair and dignified way.""",
Expand All @@ -14,6 +13,5 @@
author_email="[email protected]",
license="Apache 2.0",
packages=find_packages(exclude=["test"]),
setup_requires=["setuptools_scm"],
install_requires=REQUIREMENTS,
)

0 comments on commit 2394045

Please sign in to comment.