Upgrade python version to 3.13
Change-Id: Iac995c4cf6521a33207e9ec228f49a53c3a23ec8
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
diff --git a/MANIFEST.in b/MANIFEST.in
index e8fc479..14121eb 100644
--- a/MANIFEST.in
+++ b/MANIFEST.in
@@ -16,6 +16,11 @@
# contact: bdiaz@whitestack.com or glavado@whitestack.com
##
+graft src
+graft tests
+#graft docs
+
include README.rst
-recursive-include osm_common *.py *.xml *.sh *.txt
-recursive-include devops-stages *
\ No newline at end of file
+include tox.ini
+recursive-include devops-stages *
+