Skip to content

Commit 51bda67

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

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
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: 1 addition & 3 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

0 commit comments

Comments
 (0)