This commit is contained in:
looooo
2015-06-26 11:14:11 +02:00
parent ecc42b23ca
commit 62909966f2
2 changed files with 2 additions and 3 deletions

View File

@@ -1,4 +1,3 @@
# file GENERATED by distutils, do NOT edit
setup.cfg
setup.py
freecad_gear/__init__.py

View File

@@ -6,12 +6,12 @@ from distutils.core import setup
setup(
name = 'freecad_gear',
packages = ['freecad_gear'],
version = '0.2.3',
version = '0.2.5',
description = 'Some gears for freecad',
author = 'Lorenz L',
author_email = 'sppedflyer@gmail.com',
url = 'https://github.com/looooo/FCGear',
download_url = 'https://github.com/looooo/FCGear/tarball/0.2.3',
download_url = 'https://github.com/looooo/FCGear/tarball/0.2.5',
keywords = ['gear', 'freecad'],
classifiers = [],
)