Skip to content

Commit

Permalink
Merge pull request #1 from jgieseler/main
Browse files Browse the repository at this point in the history
move ownership to serpentine-h2020
  • Loading branch information
jgieseler authored Oct 3, 2022
2 parents fd270b7 + 1eece4c commit bbecc08
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion seppy/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
from setuptools_scm import get_version
__version__ = get_version(root='..', relative_to=__file__)
except Exception:
__version__ = '0.1.0'
__version__ = '0.1.1'
6 changes: 2 additions & 4 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ author = Jan Gieseler
author_email = jan.gieseler@utu.fi
license = BSD 3-clause
license_file = licenses/LICENSE.rst
url = https://github.com/jgieseler/SEPpy
url = https://github.com/serpentine-h2020/SEPpy
description = SEPpy
long_description = file: README.rst
classifiers =
Expand All @@ -13,8 +13,6 @@ classifiers =
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand All @@ -24,7 +22,7 @@ classifiers =
zip_safe = False
packages = find:
include_package_data = True
python_requires = >=3.6
python_requires = >=3.8
setup_requires = setuptools_scm
install_requires =
astropy
Expand Down

0 comments on commit bbecc08

Please sign in to comment.