Skip to content

Commit

Permalink
Merge pull request #29 from hover2pi/from_txt
Browse files Browse the repository at this point in the history
Updated to v0.3.0
  • Loading branch information
hover2pi authored Dec 30, 2020
2 parents f0587c4 + d17c2cd commit 3fa48d6
Show file tree
Hide file tree
Showing 15 changed files with 3,836 additions and 475 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ MANIFEST
build
dist/*
*.egg-info*
.idea
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ os:
- osx

env:
- PYTHON_VERSION="3.5"
- PYTHON_VERSION="3.6"
- PYTHON_VERSION="3.7"

Expand Down
3 changes: 2 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ graft svo_filters/data/filters *
graft svo_filters/data/plots *
graft svo_filters/data/spectra *

global-exclude *.pyc
global-exclude *.pyc
global-exclude *.idea
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

setup(
name='svo_filters',
version='0.2.19',
version='0.3.0',
description='A Python wrapper for the SVO Filter Profile Service',
long_description='A Python wrapper for the SVO Filter Profile Service',
url='https://github.com/hover2pi/svo_filters',
Expand Down
14 changes: 0 additions & 14 deletions svo_filters/.idea/SEDkit.iml

This file was deleted.

9 changes: 0 additions & 9 deletions svo_filters/.idea/codeStyleSettings.xml

This file was deleted.

14 changes: 0 additions & 14 deletions svo_filters/.idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions svo_filters/.idea/modules.xml

This file was deleted.

362 changes: 0 additions & 362 deletions svo_filters/.idea/workspace.xml

This file was deleted.

Loading

0 comments on commit 3fa48d6

Please sign in to comment.