Skip to content

Commit

Permalink
Implement PEP 420 namespace packages
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Sep 26, 2024
1 parent f18ba7a commit 8760d6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions ckanext/__init__.py

This file was deleted.

1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
url='https://github.com/okfn/ckanext-dcat',
license='AGPL',
packages=find_packages(exclude=['ez_setup', 'examples', 'tests']),
namespace_packages=['ckanext'],
include_package_data=True,
zip_safe=False,
install_requires=[
Expand Down

0 comments on commit 8760d6d

Please sign in to comment.