-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg
More file actions
24 lines (23 loc) · 791 Bytes
/
setup.cfg
File metadata and controls
24 lines (23 loc) · 791 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
[metadata]
name = dlstbx
version = 1.0
description = Collection of DLS-internal tools for Data Analysis and beyond
author = Diamond Light Source - Scientific Software
author_email = scientificsoftware@diamond.ac.uk
license = BSD 3-Clause License
license_file = LICENSE
classifiers =
Development Status :: 3 - Alpha
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Natural Language :: English
Programming Language :: Python :: 3
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
project_urls =
GitHub = https://github.com/DiamondLightSource/python-dlstbx
Bug-Tracker = https://github.com/DiamondLightSource/python-dlstbx/issues
[options]
include_package_data = True
python_requires = >=3.8
zip_safe = False