manifest.in
This commit is contained in:
8
MANIFEST
8
MANIFEST
@@ -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
2
MANIFEST.in
Normal file
@@ -0,0 +1,2 @@
|
||||
include AUTHORS CHANGES README INSTALL LICENCE
|
||||
recursive-include freecad_gear *.py
|
||||
Reference in New Issue
Block a user