Skip to content

Commit

Permalink
updated setup.py to use find_packages(), increased version to 0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanjdillon committed Sep 25, 2017
1 parent 4bcdbca commit 9990b52
Showing 1 changed file with 2 additions and 2 deletions.
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
import os

here = os.path.abspath(os.path.dirname(__file__))
Expand All @@ -16,7 +16,7 @@
url='https://github.com/ryanjdillon/pyotelem',
download_url='https://github.com/ryanjdillon/pyotelem/archive/0.1.tar.gz',
license='GPL-3.0+',
packages=['pyotelem'],
packages=find_packages(),
install_requires=[
'gsw',
'pandas',
Expand Down

0 comments on commit 9990b52

Please sign in to comment.