1 """Setup file for the GTwrap package""" 4 from setuptools
import find_packages, setup
6 from distutils.core
import find_packages, setup
8 packages = find_packages()
12 description=
'Library to wrap C++ with Python and Matlab',
14 author=
"Frank Dellaert et. al.",
15 author_email=
"dellaert@gatech.edu",
17 keywords=
"wrap, bindings, cpp, python",
18 long_description=open(
"README.md").
read(),
19 long_description_content_type=
"text/markdown",
20 python_requires=
">=3.5",
23 'Development Status :: 4 - Beta',
24 'Intended Audience :: Education',
25 'Intended Audience :: Developers',
26 'Intended Audience :: Science/Research',
27 'Operating System :: MacOS',
28 'Operating System :: Microsoft :: Windows',
29 'Operating System :: POSIX',
30 'Programming Language :: Python :: 3',
31 'Topic :: Software Development :: Libraries' 35 install_requires=open(
"requirements.txt").readlines(),
static GaussianFactorGraph read(const string &name)