Skip to content

Commit

Permalink
Merge pull request #32 from weikang9009/master
Browse files Browse the repository at this point in the history
include /tests in release
  • Loading branch information
sjsrey authored Aug 15, 2018
2 parents 503e4e5 + dfe4de2 commit e1a146d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
*.pyc
.ipynb_checkpoints/
.DS_Store

# Packages
*.egg
*.egg-info
dist
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
from setuptools import setup, find_packages

from distutils.command.build_py import build_py

Expand Down Expand Up @@ -26,7 +26,7 @@
'Programming Language :: Python :: 3.6'
],
license='3-Clause BSD',
packages=['esda'],
packages=find_packages(),
install_requires=['libpysal'],
zip_safe=False,
cmdclass={'build.py': build_py})

0 comments on commit e1a146d

Please sign in to comment.