We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23e750f commit eee6a28Copy full SHA for eee6a28
flask/setup.py
@@ -5,7 +5,6 @@
5
6
setup(
7
name="boxwise-flask",
8
- use_scm_version={"root": ".."},
9
description="""Boxwise is a web application that makes it easy for
10
organisations to source, store and distribute donated goods to people in
11
need in a fair and dignified way.""",
@@ -14,6 +13,5 @@
14
13
author_email="hello@boxwise.co",
15
license="Apache 2.0",
16
packages=find_packages(exclude=["test"]),
17
- setup_requires=["setuptools_scm"],
18
install_requires=REQUIREMENTS,
19
)
0 commit comments