forked from viur-framework/viur-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
32 lines (29 loc) · 1.01 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
[metadata]
name = viur-core
version = attr: viur.core.version.__version__
author = Mausbrand Informationssysteme GmbH
author_email = [email protected]
description = The core component of ViUR, a development framework for Google App Engine
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/viur-framework/viur-core
classifiers =
Development Status :: 5 - Production/Stable
Intended Audience :: Developers
License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Operating System :: OS Independent
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development :: Libraries :: Application Frameworks
[options]
python_requires = >=3.10
package_dir =
= src
[options.package_data]
viur.core =
template/*.html
requirements.txt
[options.entry_points]
console_scripts =
viur-core-migrate-config = viur.core.scripts.migrate_config:main