From bcfff56f69f569bf8e6261d1e46d69a43dec4bc3 Mon Sep 17 00:00:00 2001 From: VarMonke Date: Wed, 27 Apr 2022 22:07:17 +0530 Subject: [PATCH] Add .cfg --- setup.cfg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 setup.cfg diff --git a/setup.cfg b/setup.cfg new file mode 100644 index 0000000..0cd12b7 --- /dev/null +++ b/setup.cfg @@ -0,0 +1,20 @@ +[metadata] +name = github +version = 1.0.0 +description = An asynchronous python wrapper around the GitHub API +long_description = file: README.md +long_description_content_type = text/markdown +url = https://github.com/VarMonke/Github-Api-Wrapper +author = VarMonke and sudosnok +author_email = var.monke@gmail.com +license = MIT +license_file = LICENSE +platform = any +project_urls = + Issue Tracker = https://github.com/VarMonke/Github-Api-Wrapper/issues + +[options] +packages = find: +python_requires = >=3.8 +install_requires = + aiohttp == 3.8.1 \ No newline at end of file