Files
onspring-api-sdk-python/setup.cfg
T

25 lines
711 B
INI
Raw Normal View History

2022-05-02 15:15:32 -05:00
[metadata]
2022-05-04 10:32:43 -05:00
name = OnspringApiSdk
version = 2.0.0
2022-05-02 15:15:32 -05:00
author = StevanFreeborn
author_email = stevan.freeborn@gmail.com
description = A package for interacting with version 2 of the Onspring API.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/StevanFreeborn/onspring-api-sdk-python
project_urls =
Bug Tracker = https://github.com/StevanFreeborn/onspring-api-sdk-python/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= src
packages = find:
python_requires = >=3.10
2022-05-04 10:32:43 -05:00
install_requires = Requests
2022-05-02 15:15:32 -05:00
[options.packages.find]
where = src