-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsetup.cfg
39 lines (32 loc) · 1.33 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
[metadata]
name = smartchg
url = https://github.com/dmotte/smartchg
author = dmotte
license = MIT
description = DCA-based asset exchange algorithm
long_description =
[![GitHub main workflow](https://img.shields.io/github/actions/workflow/status/dmotte/smartchg/main.yml?branch=main&logo=github&label=main&style=flat-square)](https://github.com/dmotte/smartchg/actions)
[![PyPI](https://img.shields.io/pypi/v/smartchg?logo=python&style=flat-square)](https://pypi.org/project/smartchg/)
DCA-based **asset exchange algorithm**.
Please refer to the [GitHub repository](https://github.com/dmotte/smartchg) for more information.
long_description_content_type = text/markdown
keywords = calculator csv command value yield average return invest apy smartchg algorithm exchange change smart dca asset averaging
classifiers =
Intended Audience :: End Users/Desktop
Environment :: Console
Natural Language :: English
License :: OSI Approved :: MIT License
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3 :: Only
Programming Language :: Python :: 3.10
Topic :: Terminals
Topic :: Utilities
version = 0.0.0
[options]
install_requires =
python_requires = >=3.10.12
packages = smartchg
[options.entry_points]
console_scripts =
smartchg = smartchg.cli:main