Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
Setup hotfix for new directory & version number
Browse files Browse the repository at this point in the history
  • Loading branch information
ksterne committed Nov 11, 2015
1 parent 04861b0 commit 36cbb2b
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
Expand Up @@ -70,7 +70,7 @@ def read(fname):
#############################################################################
pwd = os.getcwd()
sources = []
source_dirs = ['davitpy']
source_dirs = ['davitpy/davitpy']
for s in source_dirs:
for root, dirs, files in os.walk(pwd+'/'+s):
if '__init__.py' in files:
Expand Down Expand Up @@ -103,7 +103,7 @@ def read(fname):
# Now execute the setup
#############################################################################
setup(name='davitpy',
version = "0.2",
version = "0.4",
description = "Space Science Toolkit",
author = "VT SuperDARN Lab and friends",
author_email = "ajribeiro86@gmail.com",
Expand Down

0 comments on commit 36cbb2b

Please sign in to comment.