-
Notifications
You must be signed in to change notification settings - Fork 1
/
setup.cfg
53 lines (49 loc) · 1.29 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
[metadata]
name = barbucket
version = 0.3
description = My package description
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/croidzen/barbucket
project_urls =
Documentation = https://barbucket.readthedocs.io/
license = MIT License
author = Martin Creutzenberg
author_email = [email protected]
classifiers =
Development Status :: 4 - Beta
Environment :: Console
Intended Audience :: Developers
Intended Audience :: Science/Research
License :: OSI Approved :: MIT License
Operating System :: POSIX :: Linux
Operating System :: MacOS
Programming Language :: Python :: 3
Topic :: Database
Topic :: Office/Business :: Financial :: Investment
Topic :: Scientific/Engineering :: Information Analysis
[options]
zip_safe = False
packages = barbucket, barbucket.app
# packages = find:
# package_dir =
# =barbucket
python_requires = >=3.10
install_requires =
beautifulsoup4
click
enlighten
ib-insync
numpy
pandas
psycopg2-binary
requests
sqlalchemy
trading-calendars
# [options.packages.find]
# where = barbucket
[options.package_data]
barbucket._resources = default_config.cfg
[options.entry_points]
console_scripts =
barbucket = barbucket.app.main:main