Skip to content

Commit 955da03

Browse files
committed
fix install on editable mode on setuptools 70+
1 parent 0da321e commit 955da03

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ckanext/qa/__init__.py

-1
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
import pkgutil
77
__path__ = pkgutil.extend_path(__path__, __name__)
88

9-
__version__ = '2.0'

setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
from setuptools import setup, find_packages
2-
from ckanext.qa import __version__
32

43
setup(
54
name='ckanext-qa',
6-
version=__version__,
5+
version='2.0',
76
description='Quality Assurance plugin for CKAN',
87
long_description='',
98
classifiers=[],

0 commit comments

Comments
 (0)