File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,15 +15,12 @@ classifiers =
1515 Intended Audience :: Developers
1616 Intended Audience :: Information Technology
1717 Intended Audience :: Science/Research
18- License :: OSI Approved :: GNU General Public License v3 (GPLv3)
1918 Operating System :: MacOS
2019 Operating System :: POSIX
2120 Operating System :: Unix
2221 Programming Language :: Python
2322 Programming Language :: Python :: 3
2423 Programming Language :: Python :: 3 :: Only
25- Programming Language :: Python :: 3.7
26- Programming Language :: Python :: 3.8
2724 Programming Language :: Python :: 3.9
2825 Programming Language :: Python :: 3.10
2926 Programming Language :: Python :: 3.11
@@ -37,7 +34,7 @@ classifiers =
3734packages = find:
3835install_requires =
3936 GitPython
40- python_requires = >=3.7
37+ python_requires = >=3.9
4138include_package_data = True
4239package_dir =
4340 = src
Original file line number Diff line number Diff line change 11"""Bare-bones Python package to access G4Edge test data files."""
2+
23from __future__ import annotations
34
45from g4edgetestdata ._version import version as __version__
56from g4edgetestdata .core import G4EdgeTestData
67
7- __all__ = ["__version__ " , "G4EdgeTestData " ]
8+ __all__ = ["G4EdgeTestData " , "__version__ " ]
You can’t perform that action at this time.
0 commit comments