Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.

Commit

Permalink
Add setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lewis-od committed Sep 21, 2017
1 parent 106821a commit e34c0e1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
*.pyc
.DS_Store
docs/build
build/
13 changes: 13 additions & 0 deletions setup.py
@@ -0,0 +1,13 @@
from distutils.core import setup

setup(
name='optimatic',
packages=['optimatic'],
version='0.0.1',
description='Implementations of various optimisation algorithms',
author='Lewis O\'Driscoll',
author_email='lewis.odriscoll@gmail.com',
url='https://github.com/loddy1234/optimatic',
keywords=['optimisation', 'math'],
classifiers=[]
)

0 comments on commit e34c0e1

Please sign in to comment.