forked from roskakori/pimdb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
47 lines (43 loc) · 1.3 KB
/
Copy pathsetup.cfg
File metadata and controls
47 lines (43 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[flake8]
ignore = E203,W503
max-line-length = 120
[metadata]
license_files = LICENSE.txt
name = pimdb
description = build a database from IMDb datasets
long_description = file:README.md
long_description_content_type = text/markdown
url = https://github.com/roskakori/pimdb
project_urls =
Documentation = https://pimdb.readthedocs.io/
Issue Tracker = https://github.com/roskakori/pimdb/issues
author = Thomas Aglassinger
author_email = roskakori@users.sourceforge.net
license = BSD
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: BSD License
Natural Language :: English
Operating System :: OS Independent
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Programming Language :: Python :: 3.11
Programming Language :: Python :: 3.12
Topic :: Software Development
Topic :: Scientific/Engineering :: Information Analysis
[options]
packages =
pimdb
install_requires =
requests
sqlalchemy >= 1.4, < 2
python_requires = >= 3.9
[options.entry_points]
console_scripts =
pimdb = pimdb.command:main
[options.extras_require]
postgres = psycopg2-binary >= 2.5