Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
django-serve-spa / setup.cfg
Size: Mime:
[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