Skip to content

Commit

Permalink
making update to package for pypi upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Heloise committed Jun 8, 2017
1 parent 5a5ea29 commit 1b75447
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions FUSS/polmisc.py
Original file line number Diff line number Diff line change
Expand Up @@ -414,14 +414,11 @@ class PolData(object):
----------
name : str
A short handle to make your data object recognisable (e.g. 'ep1', '14ad')
poldata : str or tuple
The polarisation data can be imported from a text file containing only the data, where
the column order is: wavelength p p_err q q_err u u_err a a_err.
Alternatively a tuple of arrays containing the data can be provided. Make sure the order
of the arrays in the tuple corresponds to wavelength p p_err q q_err u u_err a a_err.
wlmin : int, optional
Minimum wavelength cutoff
wlmax : int, optional
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ url = https://github.com/HeloiseS/FUSS
edit_on_github = False
github_project = HeloiseS/FUSS
# version should be PEP386 compatible (http://www.python.org/dev/peps/pep-0386)
version = 1.0.3
version = 1.0.4
install_requires = numpy scipy matplotlib astropy pysynphot

[entry_points]
Expand Down

0 comments on commit 1b75447

Please sign in to comment.