hberaud / python-daemon

Forked from python-daemon 5 years ago
Clone

5994879 Refactor the build system and package generator

Authored and Committed by hberaud 5 years ago
    Refactor the build system and package generator
    
    - Modernize the packaging by using PBR and setuptools;
    - Introducing metadata inside setup.cfg;
    - Using tox;
    - Unittest on python 3.5, 3.6, 3.7;
    - Remove module version;
    - Remove toml file (pyproject.toml);
    - Using PEP 516 (Build system abstraction for pip/conda etc) instead of PEP 518 (Specifying Minimum Build System Requirements for Python Projects);
    - Introducing requirements files
    
    Co-authored-by: Hobbestigrou <hobbestigrou@erakis.eu>
    
        
file modified
+1 -0
README.rst README
file renamed
file was renamed with no change to the file
file modified
+8 -0
file removed
-16
file added
+1
file modified
+37 -7
file modified
+6 -78
file removed
-1486
file added
+13
file removed
-698