Skip to content

Commit

Permalink
automatically find packages, while excluding test dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
mohaseeb committed Nov 18, 2017
1 parent 481b771 commit 3c5b811
Show file tree
Hide file tree
Showing 8 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
from setuptools import setup
from setuptools import setup, find_packages

setup(
name='shapelets-lts',
version='0.2.1',
version='0.2.2.dev3',
install_requires=[
'numpy',
'scipy',
'sklearn',
'matplotlib',
],
packages=['shapelets']
packages=find_packages()
)
Empty file removed shapelets/test/__init__.py
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3c5b811

Please sign in to comment.