2024-08-26 11:37:29 +10:00

36 lines
1.0 KiB
INI

[metadata]
name = django-byostorage
version = attr: byostorage.__version__
description = Support for Bring-Your-Own-Storage
long_description = file: README.rst, CHANGELOG.rst
license = BSD-3-Clause
author = Tris Forster
author_email = tris.forster@gmail.com
url = https://github.com/tf198/django-byostorage
classifiers =
Development Status :: 1 - Development
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 4.2
Framework :: Django :: 5.0
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.5
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
[options]
python_requires = >=3.5
install_requires =
Django >= 4.2
packages =
byostorage
byostorage.migrations