forked from phileaton/tradier-python
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetup.cfg
More file actions
29 lines (26 loc) · 657 Bytes
/
setup.cfg
File metadata and controls
29 lines (26 loc) · 657 Bytes
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
[metadata]
name = tradier-python
version = 0.1.3
license = MIT License
description = Tradier API client implemented in python
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/phileaton/tradier-python
author = Philip Eaton
classifiers=
License :: OSI Approved :: MIT License
Programming Language :: Python :: 3
Development Status :: 2 - Pre-Alpha
[options]
packages = find:
package_dir =
=src
include_package_data = True
install_requires =
requests
pydantic
[options.packages.find]
where=src
;[options.entry_points]
;console_scripts =
; my_sript = my_sript.__main__:main