-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathsetup.cfg
43 lines (41 loc) · 1.46 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
43
[metadata]
name = nimba
version = 0.0.14
description = Nimba is a python web framework for lazy developers, just focus on your codes.
long_description = file: README.rst
keywords = python, python3, framework, nimba, nimba-solution, web
url = https://github.com/hadpro24/nimba-framework
author = Harouna Diallo
author_email = [email protected]
license = BSD-3-Clause
classifiers =
Development Status :: 4 - Beta
Environment :: Web Environment
Intended Audience :: Developers
License :: OSI Approved :: BSD License
Operating System :: OS Independent
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
Topic :: Internet :: WWW/HTTP :: WSGI
Topic :: Software Development :: Libraries :: Application Frameworks
Topic :: Software Development :: Libraries :: Python Modules
project_urls =
Documentation = https://docs.nimbasolution.com/
Release notes = https://docs.nimbasolution.com/stable/releases/
Source = https://github.com/hadpro24/nimba-framework
[options]
include_package_data = true
packages = find:
python_requires = >=3.6
install_requires =
Jinja2 == 3.0.0
watchdog == 2.1.2
[options.entry_points]
console_scripts =
nimba = nimba.apps:mont_nimba