-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathsetup.cfg
More file actions
33 lines (30 loc) · 771 Bytes
/
setup.cfg
File metadata and controls
33 lines (30 loc) · 771 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
28
29
30
31
32
33
[metadata]
name = libdenavit
version = 0.3
; Following metadata is optional.
author = Mark Denavit
author_email = mdenavit@utk.edu
description = A Python library for structural engineering research.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/denavit/libdenavit-py
license = MIT
[options]
; Need to tell setuptools where to find the packages, since they're tucked
; inside the `src` directory.
package_dir =
=src
packages = find:
; Specifying minimum Python version and dependencies is optional, but helpful.
python_requires = >=3.7
install_requires =
matplotlib
numpy
openseespy
pandas
Pint
scipy
shapely
; Put any dependencies here
[options.packages.find]
where = src