ncoghlan / modularity / fedmod

Forked from modularity/fedmod 6 years ago
Clone

017cba9 Assorted code structure related cleanups

Authored and Committed by ncoghlan 6 years ago
    Assorted code structure related cleanups
    
    - make the Python API private (fedmod -> _fedmod)
    - actually generate the script wrapper correctly
    - move the shippable parts inside a `src` directory
    - only list the runtime dependencies in `src/setup.py`
    - remove some unnecessary dev dependencies
    
        
file modified
+5 -5
file modified
+2 -147
file modified
+49 -26
src/MANIFEST.in MANIFEST.in
file renamed
file was renamed with no change to the file
src/_fedmod/__init__.py fedmod/__init__.py
file renamed
file was renamed with no change to the file
src/_fedmod/__main__.py fedmod/__main__.py
file renamed
file was renamed with no change to the file
src/_fedmod/_depchase.py fedmod/_depchase.py
file renamed
file was renamed with no change to the file
src/_fedmod/_repodata.py fedmod/_repodata.py
file renamed
file was renamed with no change to the file
src/_fedmod/cli.py fedmod/cli.py
file renamed
+15 -18
src/_fedmod/module_generator.py fedmod/module_generator.py
file renamed
file was renamed with no change to the file
src/setup.py setup.py
file renamed
+3 -2