mirror of
https://github.com/odoo-ide/pydevd-odoo.git
synced 2025-12-17 16:29:02 +02:00
Fix package structure
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
from . import pydevd_plugins
|
|
||||||
@@ -1,5 +0,0 @@
|
|||||||
try:
|
|
||||||
__import__('pkg_resources').declare_namespace(__name__)
|
|
||||||
except ImportError:
|
|
||||||
import pkgutil
|
|
||||||
__path__ = pkgutil.extend_path(__path__, __name__)
|
|
||||||
2
setup.py
2
setup.py
@@ -8,6 +8,8 @@ setup(
|
|||||||
author='Trinh Anh Ngoc',
|
author='Trinh Anh Ngoc',
|
||||||
author_email='atw1990@gmail.com',
|
author_email='atw1990@gmail.com',
|
||||||
packages=find_packages(),
|
packages=find_packages(),
|
||||||
|
namespace_packages=['pydevd_plugins.extensions'],
|
||||||
license='MIT',
|
license='MIT',
|
||||||
long_description=open('README.md').read(),
|
long_description=open('README.md').read(),
|
||||||
|
long_description_content_type='text/markdown'
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user