mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-16 22:15:09 +00:00
Add .cfg
This commit is contained in:
parent
428b7e97ed
commit
bcfff56f69
1 changed files with 20 additions and 0 deletions
20
setup.cfg
Normal file
20
setup.cfg
Normal file
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue