File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
"""Enables 'import pyglotaran' as well as the default 'import glotaran'."""
2
+
2
3
import sys
3
4
from importlib .util import find_spec
4
5
Original file line number Diff line number Diff line change @@ -8,14 +8,12 @@ url = https://github.com/glotaran/pyglotaran-alias
8
8
author = Sebastian Weigand
9
9
10
10
license = Apache-2.0
11
- license_file = LICENSE
11
+ license_files = LICENSE
12
12
classifiers =
13
13
Development Status :: 4 - Beta
14
14
License :: OSI Approved :: Apache Software License
15
15
Programming Language :: Python :: 3
16
16
Programming Language :: Python :: 3 :: Only
17
- Programming Language :: Python :: 3.8
18
- Programming Language :: Python :: 3.9
19
17
Programming Language :: Python :: Implementation :: CPython
20
18
Topic :: Scientific/Engineering
21
19
Topic :: Scientific/Engineering :: Chemistry
You can’t perform that action at this time.
0 commit comments