Skip to content
This repository has been archived by the owner on Jul 22, 2021. It is now read-only.

Commit

Permalink
update to reflect released v0.3.1
Browse files Browse the repository at this point in the history
note that this is reconstructed after-the-fact due to a mistake of not
pushing the commit that's in pypi up to github.  But this reflects the
same content as in the actual release
  • Loading branch information
eteq committed Jul 21, 2021
1 parent 361aff4 commit 687b23d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 27 deletions.
46 changes: 20 additions & 26 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -16,22 +16,22 @@ zip_safe = False
python_requires = >=3.6
include_package_data = True
setup_requires = setuptools_scm
install_requires =
numpy>=1.16
astropy>=3.1
glue-core>=0.14
regions>=0.3
specviz>=0.7.0
qtpy
pyqt5==5.12.3
pyqtgraph==0.10.0
reproject
install_requires =
numpy>=1.16
astropy>=3.1
glue-core>=0.14
regions>=0.3
specviz>=0.7.0
qtpy
pyqt5==5.12.3
pyqtgraph==0.10.0
reproject

[options.entry_points]
gui_scripts =
mosviz = mosviz.cli:main
glue.plugins =
mosviz = mosviz:setup
gui_scripts =
mosviz = mosviz.cli:main
glue.plugins =
mosviz = mosviz:setup

[options.extras_require]
tests = pytest-astropy
Expand All @@ -58,19 +58,13 @@ doctest_plus = enabled
addopts = -p no:warnings

[pycodestyle]
# E101 - mix of tabs and spaces
# W191 - use of tabs
# W291 - trailing whitespace
# W292 - no newline at end of file
# W293 - trailing whitespace
# W391 - blank line at end of file
# E111 - 4 spaces per indentation level
# E112 - 4 spaces per indentation level
# E113 - 4 spaces per indentation level
# E901 - SyntaxError or IndentationError
# E902 - IOError
select = E101,W191,W291,W292,W293,W391,E111,E112,E113,E901,E902
exclude = extern,sphinx,*parsetab.py

[glue.plugins]
mosviz=mosviz.__init__:setup
mosviz = mosviz.__init__:setup

[egg_info]
tag_build =
tag_date = 0

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Licensed under a 3-clause BSD style license - see LICENSE.rst

from setuptools import setup
setup(use_scm_version=True)
setup(version="0.3.1")

0 comments on commit 687b23d

Please sign in to comment.