Move ipython_view to gajim.dev and exclude it from tarball
This commit is contained in:
parent
03955a68cf
commit
30424b364a
3 changed files with 2 additions and 2 deletions
|
@ -2515,7 +2515,7 @@ class Interface:
|
|||
@staticmethod
|
||||
def create_ipython_window():
|
||||
try:
|
||||
from gajim.ipython_view import IPythonView
|
||||
from gajim.dev.ipython_view import IPythonView
|
||||
except ImportError:
|
||||
print('ipython_view not found')
|
||||
return
|
||||
|
|
2
setup.py
2
setup.py
|
@ -182,7 +182,7 @@ setup(
|
|||
'scripts/gajim',
|
||||
'scripts/gajim-history-manager',
|
||||
'scripts/gajim-remote' ],
|
||||
packages = find_packages(),
|
||||
packages = find_packages(exclude=["gajim.dev"]),
|
||||
package_data = {'gajim': package_data},
|
||||
data_files = data_files,
|
||||
install_requires=[
|
||||
|
|
Loading…
Add table
Reference in a new issue