Skip to content

Commit

Permalink
added install script
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Diamond committed Oct 9, 2014
1 parent 6714c47 commit 6a5cd31
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
build/
dist/
*.egg-info
10 changes: 10 additions & 0 deletions setup.py
@@ -0,0 +1,10 @@
from setuptools import setup

setup(
name='subgradpy',
version='0.1',
author='Jaehyun Park',
packages=['subgradpy',
'subgradpy.functions'],
package_dir={'subgradpy': 'subgradpy'},
)

0 comments on commit 6a5cd31

Please sign in to comment.