setup.py@9a1f922ddb98
setup.py
Sat, 10 Feb 2024 11:02:26 +0100
- author
- Detlev Offenbach <detlev@die-offenbachs.de>
- date
- Sat, 10 Feb 2024 11:02:26 +0100
- branch
- eric7-maintenance
- changeset 10557
- 9a1f922ddb98
- parent 9264
-
18a7312cfdb3
- permissions
- -rw-r--r--
Prepared the changelog file for a bug fix release.
#!/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()