Skip to content

Commit d074755

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent f7c0775 commit d074755

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pyglotaran/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
"""Enables 'import pyglotaran' as well as the default 'import glotaran'."""
2+
23
import sys
34
from importlib.util import find_spec
45

setup.cfg

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,12 @@ url = https://github.com/glotaran/pyglotaran-alias
88
author = Sebastian Weigand
99
author_email = [email protected]
1010
license = Apache-2.0
11-
license_file = LICENSE
11+
license_files = LICENSE
1212
classifiers =
1313
Development Status :: 4 - Beta
1414
License :: OSI Approved :: Apache Software License
1515
Programming Language :: Python :: 3
1616
Programming Language :: Python :: 3 :: Only
17-
Programming Language :: Python :: 3.8
18-
Programming Language :: Python :: 3.9
1917
Programming Language :: Python :: Implementation :: CPython
2018
Topic :: Scientific/Engineering
2119
Topic :: Scientific/Engineering :: Chemistry
@@ -27,7 +25,7 @@ project_urls =
2725

2826
[options]
2927
packages = find:
30-
python_requires = >=3.8
28+
python_requires = >=3.9
3129

3230
[options.entry_points]
3331
console_scripts =

0 commit comments

Comments
 (0)