Skip to content
Snippets Groups Projects
Commit 4ac48d01 authored by Christophe Guillon's avatar Christophe Guillon
Browse files

[Setup] Remove cache files from package

Remove pycache files and generated egg-info from
sources list in MANIFEST.in.
Note that it would be better to explicitly include only
the required files instead of recursively including all
and then excluding cache files.
parent 956bb3f0
No related branches found
No related tags found
No related merge requests found
include MANIFEST.in
include LICENSE
include README.md
recursive-include aidge_core *
include setup.py
include version.txt
recursive-include aidge_core *
global-exclude __pycache__/*
global-exclude *.egg-info/*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment