-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
34 lines (32 loc) · 881 Bytes
/
setup.cfg
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
28
29
30
31
32
33
34
[metadata]
name = unitpy
version = 0.0.19
description = Working with scientific units in python.
long_description = file: README.md
long_description_content_type = text/markdown
author = Dylan Walsh
url = https://github.com/dylanwal/unitpy
license = BSD
license_files = LICENSE.txt
platforms = any
classifiers =
Intended Audience :: Science/Research
Topic :: Scientific/Engineering
License :: OSI Approved :: BSD License
Programming Language :: Python
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
[options]
setup_requires =
setuptools
package_dir =
=src
packages = find_namespace:
python_requires = >=3.8
zip_safe = no
include_package_data = true
[options.packages.find]
where = src