Skip to content

Commit

Permalink
gestion paquets
Browse files Browse the repository at this point in the history
  • Loading branch information
EKnight-Blue committed May 22, 2023
1 parent f9aa356 commit 1f41d42
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,13 @@

setup(
name='kinepy',
packages=['kinepy'],
version='0.1.0',
packages=[
'kinepy', 'kinepy.interface', 'kinepy.gui', 'kinepy.objects', 'kinepy.math', 'kinepy.compilation'
],
version='0.1.1',
description='Python library dedicated to plane mechanism simulation',
author='Loïc Chevalier - Valentin Burillier',
url='https://github.com/valentin-burillier/kinepy',
requires=['numpy', 'matplotlib', 'pygame'],
keywords=['robotics', 'simulation', 'dynamics', 'kinematics', 'statics', 'inverse-kinematics', 'mechanism'],
requires=['numpy', 'matplotlib'],
)

0 comments on commit 1f41d42

Please sign in to comment.