-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
setup.cfg
37 lines (36 loc) · 1.21 KB
/
setup.cfg
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
[metadata]
name = voxcharta-my-voting-record
version = attr: voxcharta_my_voting_record.__version__
description = A Python tool to extract information from VoxCharta My Voting Records HTML
long_description = file: README.md
long_description_content_type = text/markdown
license = GNU GPLv3
license_files =
LICENSE
classifiers =
Development Status :: 4 - Beta
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
url = https://github.com/astrochun/voxcharta-my-voting-record
project_urls =
Tracker = https://github.com/astrochun/voxcharta-my-voting-record/issues
Source = https://github.com/astrochun/voxcharta-my-voting-record
Documentation = https://github.com/astrochun/voxcharta-my-voting-record/blob/main/README.md
author = Chun Ly
author_email = [email protected]
maintainer = Chun Ly
maintainer_email = [email protected]
[options]
python_requires = >=3.7, <3.11
zip_safe = False
install_requires =
pandas >=1.1.5
beautifulsoup4 >=4.9.3
Typer>=0.4.0, <1.0.0
Click==8.0.4
rich>=12.2.0, <13.0.0
scripts =
bin/vox_run