forked from mpewsey/xsect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
42 lines (39 loc) · 1.02 KB
/
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
35
36
37
38
39
40
41
42
[bdist_wheel]
universal = 1
[metadata]
project = XSect
name = xsect
version = 1.1.2
author = Matt Pewsey
copyright = 2019, Matt Pewsey
description = Contains tools for calculating structural member cross sectional properties and databases of standard cross sectional properties.
long_description = file: README.md
long_description_content_type = text/markdown
license = BSD 3-Clause License
license_file = LICENSE
url = https://github.com/mpewsey/xsect
keywords =
civil-engineering
classifiers =
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Operating System :: OS Independent
License :: OSI Approved :: BSD License
[options]
packages = find:
include_package_data = True
install_requires =
numpy>=1.14.5
pandas>=0.23.0
matplotlib>=2.2.2
python_requires = >=2.7,!=3.0,!=3.1,!=3.2,!=3.3,!=3.4
[options.extras_require]
test =
pytest>=3.5.1
pytest-cov>=2.5.1
codecov>=2.0.15
docs =
docutils==0.14
numpydoc>=0.8.0