We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a7edb79 + e3ebab3 commit fb6e029Copy full SHA for fb6e029
2 files changed
MANIFEST
@@ -1,3 +1,6 @@
1
+# file GENERATED by distutils, do NOT edit
2
+AUTHOR
3
+COPYING
4
README
5
setup.py
6
libcomxml/__init__.py
@@ -7,7 +10,10 @@ libcomxml/helpers/funcions.py
7
10
libcomxml/messages/__init__.py
8
11
libcomxml/messages/facturacio.py
9
12
libcomxml/messages/mesures.py
-libcomxml/messages/switching.py
13
+libcomxml/messages/sw_a3.py
14
+libcomxml/messages/sw_b1.py
15
libcomxml/messages/sw_c1.py
16
libcomxml/messages/sw_c2.py
17
+libcomxml/messages/sw_d1.py
18
libcomxml/messages/sw_m1.py
19
+libcomxml/messages/switching.py
MANIFEST.in
@@ -0,0 +1,2 @@
+include AUTHOR COPYING README
+recursive-include *.py
0 commit comments