-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsetup.cfg.in
More file actions
44 lines (41 loc) · 1.5 KB
/
setup.cfg.in
File metadata and controls
44 lines (41 loc) · 1.5 KB
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
43
44
[metadata]
name = moldflow
version = {VERSION}
author = Autodesk Inc.
description = Moldflow API Library
long_description = file: README.md
long_description_content_type = text/markdown
license = Apache-2.0
license_files = LICENSE, THIRD_PARTY_NOTICES.md
url = https://github.com/Autodesk/moldflow-api
project_urls =
Documentation = https://autodesk.github.io/moldflow-api
Source = https://github.com/Autodesk/moldflow-api
Issues = https://github.com/Autodesk/moldflow-api/issues
Security = https://www.autodesk.com/trust/security/vulnerability-disclosure-policy
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Manufacturing
Intended Audience :: Science/Research
Operating System :: Microsoft :: Windows
Programming Language :: Python :: 3
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Programming Language :: Python :: 3.13
Programming Language :: Python :: 3.14
Topic :: Scientific/Engineering
Topic :: Software Development :: Libraries :: Python Modules
keywords = moldflow, autodesk, cae, simulation, manufacturing, injection molding, plastic injection, analysis, automation, api, synergy
[options]
package_dir =
= src
packages = find:
python_requires = >=3.10, <3.15
include_package_data = True
install_requires =
pywin32==311; platform_system=='Windows'
[options.packages.find]
where = src
[options.package_data]
moldflow = locale/**/LC_MESSAGES/*.mo