Reorder package to src-layout.

Move package to src directory and update project base files for build
process.
This commit is contained in:
2023-01-19 13:20:26 +01:00
parent 36c30ae6d6
commit 1057e6daa4
16 changed files with 237 additions and 168 deletions

View File

@@ -1,4 +1,5 @@
global-exclude test/*
global-exclude *.pyc
recursive-include src/revpimodio *.py
include LICENSE.txt
include MANIFEST.in
include README.md
include setup.py