-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
setup.cfg
35 lines (33 loc) · 996 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
35
[metadata]
name = trame
version = 3.7.0
description = Trame, a framework to build applications in plain Python
long_description = file: README.rst
long_description_content_type = text/x-rst
author = Kitware Inc.
license = Apache License 2.0
classifiers =
Development Status :: 5 - Production/Stable
Environment :: Web Environment
License :: OSI Approved :: Apache Software License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
keywords =
Python
Interactive
Web
Application
Framework
[options]
packages = find:
include_package_data = True
install_requires =
trame-server>=3.2.3,<4
trame-client>=3.4,<4
# generic backend fixed for trame.tools.serve
wslink>=2.1.3
[semantic_release]
version_pattern = setup.cfg:version = (\d+\.\d+\.\d+)