Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
django-autocomplete-multi-models
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package registry
Model registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
hub
django-autocomplete-multi-models
Commits
66c174a6
Commit
66c174a6
authored
3 years ago
by
Bryan BRANCOTTE
Browse files
Options
Downloads
Patches
Plain Diff
add setup
parent
846239d5
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
MANIFEST.in
+3
-0
3 additions, 0 deletions
MANIFEST.in
setup.cfg
+29
-0
29 additions, 0 deletions
setup.cfg
setup.py
+3
-0
3 additions, 0 deletions
setup.py
with
35 additions
and
0 deletions
MANIFEST.in
0 → 100644
+
3
−
0
View file @
66c174a6
include LICENSE
include README.md
include requirements*
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.cfg
0 → 100644
+
29
−
0
View file @
66c174a6
[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
This diff is collapsed.
Click to expand it.
setup.py
0 → 100644
+
3
−
0
View file @
66c174a6
from
setuptools
import
setup
setup
()
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment