summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 849b43fa044c..ae64b4252be1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="A simple python interface to binance.com's web API."
arch=('any')
url='https://github.com/sammchardy/python-binance'
-license=("MIT")
+license=('MIT')
depends=('python' 'python-requests')
makedepends=('python-setuptools')
source=('git+https://github.com/ewtoombs/python-calc.git')