File tree Expand file tree Collapse file tree 5 files changed +5
-3
lines changed
src/pylegendgeom/LegendBaseline Expand file tree Collapse file tree 5 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11"""test script."""
2+
23# import pyg4ometry
34from pylegendgeom .LegendBaseline .L1000Baseline import L1000CompleteSetup
45
Original file line number Diff line number Diff line change 11"""test script."""
2+
23# import pyg4ometry
34from pylegendgeom .LegendBaseline .L1000Baseline import L1000CompleteSetup
45
Original file line number Diff line number Diff line change @@ -9,13 +9,11 @@ author = Yorck Ramachers
99author_email = user@domain.com
1010maintainer = Yorck Ramachers
1111license = MIT
12- license_file = LICENSE
1312license_files = LICENSE
1413classifiers =
1514 Development Status :: 1 - Planning
1615 Intended Audience :: Developers
1716 Intended Audience :: Science/Research
18- License :: OSI Approved :: MIT License
1917 Operating System :: MacOS
2018 Operating System :: POSIX
2119 Operating System :: Unix
@@ -29,7 +27,7 @@ classifiers =
2927packages = find:
3028install_requires =
3129 pyg4ometry
32- python_requires = >=3.7
30+ python_requires = >=3.10
3331include_package_data = True
3432package_dir =
3533 = src
Original file line number Diff line number Diff line change 11"""Build infrastructure objects for Legend Geometry."""
2+
23from math import cos , pi , sin
34
45import pyg4ometry as pg4
Original file line number Diff line number Diff line change 11"""Build the inverted coaxial point contact crystal template."""
2+
23import json
34import logging
45from math import pi , tan
You can’t perform that action at this time.
0 commit comments