Go to the documentation of this file. 1 from distutils.core
import setup
4 with open(
'README.rst')
as f:
7 setup(name=
'dual_quaternions',
9 description=
'Dual quaternion implementation',
11 url=
'http://github.com/Achllle/dual_quaternions',
12 author=
'Achille Verheye',
13 author_email=
'achille.verheye@gmail.com',
15 packages=[
'dual_quaternions'],
16 package_dir={
'':
'src'},
17 install_requires=[
'numpy',
'pyquaternion'],
19 test_suite=
'nose.collector',