diff --git a/setup.py b/setup.py index a682a82..d00e1d5 100644 --- a/setup.py +++ b/setup.py @@ -1,6 +1,7 @@ ''' Standard setup.py to upload the code on pypi. -Make sure the fit data for all fits is in surfinBH/data before doing this. +Make sure there are no data files in surfinBH/data before doing this. The +required data files will get downloaded automatically. Do: python setup.py sdist bdist_wheel twine upload dist/* diff --git a/surfinBH/data/README b/surfinBH/data/README index 33333cb..ae46914 100644 --- a/surfinBH/data/README +++ b/surfinBH/data/README @@ -4,5 +4,5 @@ This directory contains the fit data. Fit data gets downloaded to this directory using surfinBH.DownloadData(). DO NOT commit the files in this directory. -However, make sure that this directory contains data for all fits before -uploading a new version to pip. +However, make sure that this directory has no data files before uploading a new +version to pip. The required data gets downloaded automatically. diff --git a/surfinBH/surfinBH.py b/surfinBH/surfinBH.py index 8766776..6641e05 100644 --- a/surfinBH/surfinBH.py +++ b/surfinBH/surfinBH.py @@ -8,7 +8,7 @@ __email__ = "vvarma@caltech.edu" __status__ = "testing" __author__ = "Vijay Varma" -__version__ = "1.1.5" +__version__ = "1.1.6" __license__ = """ Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal