Skip to content

Commit

Permalink
Fixes to built distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
ayshih committed Feb 10, 2016
1 parent ace4038 commit da3a19a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gripspy/util/coincidence.html


build
dist
gripspy.egg-info

*.swp
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from setuptools import setup, Extension
from setuptools import setup, Extension, find_packages

from Cython.Build import cythonize

Expand All @@ -10,7 +10,7 @@
version='0.1',
author='',
author_email='',
packages=['gripspy'],
packages=find_packages(),
install_requires=['numpy',
'scipy',
'matplotlib',
Expand Down

0 comments on commit da3a19a

Please sign in to comment.