We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 176389a commit 53a1972Copy full SHA for 53a1972
3 files changed
setup.py
@@ -2,11 +2,12 @@
2
"""
3
Package metadata for openedx_authz.
4
5
+
6
import os
7
import re
8
import sys
9
-from setuptools import find_packages, setup # pylint: disable=import-error
10
+from setuptools import find_packages, setup
11
12
13
def get_version(*file_paths):
tests/__init__.py
tox.ini
@@ -69,6 +69,7 @@ allowlist_externals =
69
rm
70
touch
71
deps =
72
+ setuptools
73
-r{toxinidir}/requirements/quality.txt
74
commands =
75
touch tests/__init__.py
@@ -86,4 +87,3 @@ deps =
86
87
-r{toxinidir}/requirements/test.txt
88
89
code_annotations django_find_annotations --config_file .pii_annotations.yml --lint --report --coverage
-
0 commit comments