diff --git a/MANIFEST.in b/MANIFEST.in deleted file mode 100644 index 5c839d6..0000000 --- a/MANIFEST.in +++ /dev/null @@ -1,2 +0,0 @@ -include AUTHORS CHANGES README INSTALL LICENCE -recursive-include freecad_gear *.py \ No newline at end of file diff --git a/setup.py b/setup.py index 60648bc..59d5611 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ from distutils.core import setup setup( name = 'freecad_gear', packages = ['freecad_gear'], - version = '0.2.1', + version = '0.2.2', description = 'Some gears for freecad', author = 'Lorenz L', author_email = 'sppedflyer@gmail.com',