Skip to content

Commit

Permalink
fix install on editable mode on setuptools 70+
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Aug 1, 2024
1 parent 1731b59 commit fa15873
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion ckanext/qa/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@
import pkgutil
__path__ = pkgutil.extend_path(__path__, __name__)

__version__ = '2.0'
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
from setuptools import setup, find_packages
from ckanext.qa import __version__

setup(
name='ckanext-qa',
version=__version__,
version='2.0',
description='Quality Assurance plugin for CKAN',
long_description='',
classifiers=[],
Expand Down

0 comments on commit fa15873

Please sign in to comment.