We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0da321e commit 955da03Copy full SHA for 955da03
ckanext/qa/__init__.py
@@ -6,4 +6,3 @@
6
import pkgutil
7
__path__ = pkgutil.extend_path(__path__, __name__)
8
9
-__version__ = '2.0'
setup.py
@@ -1,9 +1,8 @@
1
from setuptools import setup, find_packages
2
-from ckanext.qa import __version__
3
4
setup(
5
name='ckanext-qa',
- version=__version__,
+ version='2.0',
description='Quality Assurance plugin for CKAN',
long_description='',
classifiers=[],
0 commit comments