setup.py

Sat, 01 Oct 2022 13:06:10 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Sat, 01 Oct 2022 13:06:10 +0200
branch
eric7-maintenance
changeset 9371
1da8bc75946f
parent 9264
18a7312cfdb3
permissions
-rw-r--r--

Merged with branch 'eric7' to prepare a new 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()

eric ide

mercurial