Repository URL to install this package:
Version:
0.1.0a5 ▾
|
django-serve-spa
/
setup.cfg
|
---|
[metadata]
name = django-serve-spa
version = attr: serve_spa.__version__
description = Serve SPAs with Django
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/kaoslabsinc/django-serve-spa
author = Kaos Labs Inc.
author_email = keyvan@keyvanm.com
license = BSD-3-Clause
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 3.2
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.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
keywords = django, spa, react, serve
[options]
include_package_data = true
packages = find:
scripts =
bin/build-spa
bin/cm-spa-build
install_requires =
django>=3.2
[options.extras_require]
test =
tox
pytest-django
pytest-pythonpath
pytest-cov
[egg_info]
tag_build =
tag_date = 0