-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
35 lines (33 loc) · 897 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 = django-smart-models
version = 0.2
description = Django smart models & fields with AI built-in
long_description_content_type = text/markdown
long_description = file: README.md
url = https://github.com/manjumaigur/django-smart-models
author = Manjunath Maigur
author_email = manjumbmb97@gmail.com
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 4.1
License :: OSI Approved :: MIT License
Intended Audience :: Developers
Operating System :: OS Independent
Programming Language :: Python :: 3.9
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
python_requires = >=3.9
install_requires =
Django >= 4.1
openai
stability-sdk
loguru
black
isort
[options.package_data]
api_configurations =
*.json