Skip to content

Commit

Permalink
Revert "Python: Fix "implicit namespace packages" migration"
Browse files Browse the repository at this point in the history
This reverts commit f717e7f.
  • Loading branch information
amotl committed Nov 22, 2024
1 parent f717e7f commit f565c03
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import os
import re

from setuptools import find_namespace_packages, setup
from setuptools import setup

requirements = [
'colorama<1',
Expand Down Expand Up @@ -67,7 +67,7 @@ def read(path):
platforms=['any'],
license='Apache License 2.0',
keywords='cratedb db data client shell',
packages=find_namespace_packages("src"),
packages=['crate.crash'],
package_dir={"": "src"},
entry_points={
'console_scripts': [
Expand Down
Empty file added src/crate/__init__.py
Empty file.

0 comments on commit f565c03

Please sign in to comment.