1
Fork 0
mirror of https://github.com/RGBCube/GitHubWrapper synced 2025-07-13 17:47:36 +00:00
This commit is contained in:
VarMonke 2022-05-02 21:52:04 +05:30
parent 74c3e714a2
commit 9e3c026402
2 changed files with 10 additions and 1 deletions

View file

@ -16,6 +16,15 @@ readme = ''
with open('README.md') as f:
readme = f.read()
extras_require = {
'docs': [
'sphinx==4.4.0',
'sphinxcontrib_trio==1.1.2',
'sphinxcontrib-websupport',
'typing-extensions',
],
}
setup(
name='github',
author='VarMonke & sudosnok',