setup.py

Sun, 30 Oct 2022 10:57:29 +0100

author
Alexander Barkoff
date
Sun, 30 Oct 2022 10:57:29 +0100
branch
eric7-maintenance
changeset 9445
c6d576213614
parent 9264
18a7312cfdb3
permissions
-rw-r--r--

Updated Russian translations.
(grafted from b98500e6fec11922f9c5bc0a93cb75f0c2a8affe)

#!/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