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,16 +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
27- Programming Language :: Python :: 3.9
2824 Programming Language :: Python :: 3.10
2925 Programming Language :: Python :: 3.11
3026 Topic :: Scientific/Engineering
@@ -37,7 +33,7 @@ classifiers =
3733packages = find:
3834install_requires =
3935 GitPython
40- python_requires = >=3.7
36+ python_requires = >=3.10
4137include_package_data = True
4238package_dir =
4339 = 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