Skip to content

Commit

Permalink
Merge pull request #7 from lbdreyer/rm_lib
Browse files Browse the repository at this point in the history
Remove lib dir
  • Loading branch information
bjlittle authored Jun 28, 2016
2 parents bb80273 + 2cf8898 commit e768769
Show file tree
Hide file tree
Showing 8 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
packages = []
for d, _, _ in os.walk(os.path.join(here, 'nc_time_axis')):
if os.path.exists(os.path.join(d, '__init__.py')):
packages.append(d[len(here)+2:].replace(os.path.sep, '.'))
packages.append(d[len(here)+1:].replace(os.path.sep, '.'))

setup_args = dict(
name='nc-time-axis',
Expand Down

0 comments on commit e768769

Please sign in to comment.