Skip to content
Snippets Groups Projects
Commit 66c174a6 authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

add setup

parent 846239d5
No related branches found
No related tags found
No related merge requests found
include LICENSE
include README.md
include requirements*
\ No newline at end of file
[metadata]
name = django-autocomplete-multi-models
version = 0.1
description = An app that index fields across multiple models, and expose an api to query for word similar to the query.
long_description = file: README.md
author = Bryan Brancotte
license = MIT License
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3.2
Framework :: Django :: 4.0
Intended Audience :: Developers
License :: OSI Approved :: MIT 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.9
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
python_requires = >=3.6
install_requires =
Django >= 3.2 # Replace "X.Y" as appropriate
\ No newline at end of file
from setuptools import setup
setup()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment