File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
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
@@ -27,7 +25,7 @@ project_urls =
27
25
28
26
[options]
29
27
packages = find:
30
- python_requires = >=3.8
28
+ python_requires = >=3.9
31
29
32
30
[options.entry_points]
33
31
console_scripts =
You can’t perform that action at this time.
0 commit comments