doab-check/setup.cfg

34 lines
966 B
INI
Raw Normal View History

2023-03-24 17:19:19 +00:00
[metadata]
name = doab-check
version = 0.1
description = A Django app to check links at DOAB.
long_description = file: README.rst
url = https://www.example.com/
author = Your Name
author_email = yourname@example.com
license = BSD-3-Clause # Example license
classifiers =
Environment :: Web Environment
Framework :: Django
Framework :: Django :: 4.1
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.9
Programming Language :: Python :: 3.10
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Dynamic Content
[options]
include_package_data = true
packages = find:
python_requires = >=3.8
install_requires =
Django == 4.1.7
psycopg2 == 2.9.5
pyoai == 2.5.0
2023-04-21 21:17:04 +00:00
requests == 2.28.2
pytz > 2021
python-dateutil >= 2.8.0