manifest.in

This commit is contained in:
looooo
2015-06-25 11:26:44 +02:00
parent a511a2835d
commit 23f8dbaf19
2 changed files with 10 additions and 0 deletions

View File

@@ -2,3 +2,11 @@
setup.cfg
setup.py
freecad_gear/__init__.py
freecad_gear/freecad/__init__.py
freecad_gear/freecad/commands.py
freecad_gear/gearfunc/_Classes.py
freecad_gear/gearfunc/__init__.py
freecad_gear/gearfunc/_bevel_tooth.py
freecad_gear/gearfunc/_cycloide_tooth.py
freecad_gear/gearfunc/_functions.py
freecad_gear/gearfunc/_involute_tooth.py

2
MANIFEST.in Normal file
View File

@@ -0,0 +1,2 @@
include AUTHORS CHANGES README INSTALL LICENCE
recursive-include freecad_gear *.py