- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.py
More file actions
Latest commit
12 lines (11 loc) · 355 Bytes
/
Copy pathsetup.py
File metadata and controls
12 lines (11 loc) · 355 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
fromsetuptoolsimportsetup
setup(
name='bertini',
version='0.1.0',
packages=['bertini'],
url='https://github.com/aliddell/python-bertini',
license='BSD',
author='Alan',
author_email='alan d.t c d.t liddell @t gmail d.t com',
description='Library for numerical algebraic geometry, mostly a wrapper for Bertini classic'
)