-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
26 lines (23 loc) · 793 Bytes
/
Copy pathpyproject.toml
File metadata and controls
26 lines (23 loc) · 793 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
[build-system]
requires = ["setuptools>=61"]
build-backend = "setuptools.build_meta"
[project]
name = "eventstudytools"
version = "0.1.0"
description = "Python client for the eventstudytools.com event study research API"
readme = "README.md"
license = { text = "MIT" }
authors = [{ name = "EventStudyTools" }]
requires-python = ">=3.8"
classifiers = [
"Intended Audience :: Science/Research",
"License :: OSI Approved :: MIT License",
"Programming Language :: Python :: 3",
"Topic :: Office/Business :: Financial :: Investment",
]
keywords = ["event study", "abnormal returns", "finance", "research"]
[project.urls]
Homepage = "https://www.eventstudytools.com"
Repository = "https://github.com/EventStudyTools/python-wrapper"
[tool.setuptools.packages.find]
where = ["src"]