Package python3-module-flit: Information

    Binary package: python3-module-flit
    Version: 3.2.0-alt1
    Architecture: noarch
    Build time:  Oct 26, 2023, 06:26 PM in the task #319698
    Source package: python3-module-flit
    Report package bug
    License: BSD-3-Clause and Apache-2.0 and Python
    Summary: Simplified packaging of Python modules
    Description: 
    Flit is a simple way to put Python packages and modules on PyPI.
    
    Flit only creates packages in the new 'wheel' format. People using older
    versions of pip (<1.5) or easy_install will not be able to install them.
    
    Flit packages a single importable module or package at a time, using the import
    name as the name on PyPI. All subpackages and data files within a package are
    included automatically.
    
    Flit requires Python 3, but you can use it to distribute modules for Python 2,
    so long as they can be imported on Python 3.

    Maintainer: Aleksei Nikiforov

    List of contributors:
    Aleksei Nikiforov

    Last changed


    June 22, 2021 Aleksei Nikiforov 3.2.0-alt1
    - Updated to upstream version 3.2.0.
    March 15, 2021 Aleksei Nikiforov 3.0.0-alt1
    - Updated to upstream version 3.0.0.
    Aug. 10, 2020 Aleksei Nikiforov 2.3.0-alt2
    - Disabled bootstrapping.