32 lines
921 B
INI
32 lines
921 B
INI
|
[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
|
||
|
requests == 2.28.2
|