Skip to content
Snippets Groups Projects
Select Git revision
  • 06cd958095cf852b1893c3486480465c0545f6e5
  • main default protected
  • v0.5.1
  • v0.5
  • v0.4.3.1
  • v0.4.2
  • v0.4.1
  • v0.4
  • v0.3
9 results

setup.cfg

Blame
  • setup.cfg 958 B
    [metadata]
    name = autocomplete-multi-models
    version = 0.4.3
    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