Files
oneuptime/python-sdk/setup.cfg
2021-04-21 11:00:43 +01:00

29 lines
707 B
INI

[bumpversion]
current_version = 1.0.0
[metadata]
name = fyipe_sdk
version = 1.0.0
author = HackerBay, Inc.
author_email = hello@hackerbay.io
description = A Fyipe package that tracks error event and send logs from your applications to your fyipe dashboard.
long_description = file: README.md
long_description_content_type = text/markdown
url = https://github.com/Fyipe/python-sdk
project_urls =
Bug Tracker = https://github.com/Fyipe/python-sdk/issues
classifiers =
Programming Language :: Python :: 3
License :: OSI Approved :: MIT License
Operating System :: OS Independent
[options]
package_dir =
= fyipe_sdk
packages = find:
python_requires = >=3.6
[options.packages.find]
where = fyipe_sdk