-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathsetup.cfg
More file actions
27 lines (25 loc) · 799 Bytes
/
setup.cfg
File metadata and controls
27 lines (25 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
[metadata]
name = webct
version = 0.0.1
author = Iwan Mitchell
author_email = i.t.mitchell@bangor.ac.uk
description = Web-based X-ray CT solution
long_description = file: Readme.md
keywords = x-ray, simulation, CT, computed tomography, scientific
classifiers =
Development Status :: 2 - Pre-Alpha
Environment :: GPU
Intended Audience :: Science/Research
License :: Other/Proprietary License
Programming Language :: Python :: 3 :: Only
Topic :: Scientific/Engineering :: Image Processing
Topic :: Scientific/Engineering :: Medical Science Apps.
Topic :: Scientific/Engineering :: Visualization
Typing :: Typed
license = Proprietary
[options]
packages = find:
zip_safe = True
[options.entry_points]
pyinstaller40 =
hook-dirs = webct.__pyinstaller:get_hook_dirs