setup.py@487adcd8dfa7
setup.py
Tue, 03 Sep 2024 16:45:12 +0200
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Tue, 03 Sep 2024 16:45:12 +0200
- branch
- eric7
- changeset 10905
- 487adcd8dfa7
- parent 9209
-
b99e7fd55fd3
- child 9264
-
18a7312cfdb3
- permissions
- -rw-r--r--
Fixed an issue causing the IDE to crash when sending a new tab command to an already started eric7 browser.
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
# Copyright (c) 2022 Detlev Offenbach <detlev@die-offenbachs.de>
#
"""
Minimum module to allow 'pip' to perform editable installs.
"""
from setuptools import setup
setup()