Skip to content

Commit

Permalink
update pypi classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sosey committed Mar 30, 2020
1 parent 2584a04 commit 18e69be
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGES.rst
@@ -1,4 +1,8 @@
version 0.9 (released)
version 0.9.1 (2020-03-30)
-------------------------
- updated classifiers in pypi

version 0.9 (2020-03-30)
---------------------------
- moved extension local to imexam
- cleanup of travis tests and general package reorg
Expand Down
5 changes: 1 addition & 4 deletions setup.cfg
Expand Up @@ -11,13 +11,10 @@ description-file = README.rst
url = http://imexam.readthedocs.io/
homepage = http://imexam.readthedocs.io/
classifiers =
'Intended Audience :: Science/Research'
'License :: OSI Approved :: BSD License'
'Operating System :: OS Independent'
'Development Status :: 4 - Beta'
'Programming Language :: Python'
'Programming Language :: C'
'Programming Language :: Cython'
'Programming Language :: Python :: 3'
'Programming Language :: Python :: Implementation :: CPython'
'Topic :: Scientific/Engineering :: Astronomy'
Expand Down Expand Up @@ -72,4 +69,4 @@ pep8ignore = E501 W391

[flake8]
exclude = extern
select = E101 W191 W291 W292 W293 W391 E11 E502 E722 E901 E902
select = E101 W191 W291 W292 W293 W391 E11 E502 E722 E901 E902

0 comments on commit 18e69be

Please sign in to comment.