Initial commit
parents
正在显示
.coveragerc
0 → 100644
.gitignore
0 → 100644
.readthedocs.yml
0 → 100644
AUTHORS.rst
0 → 100644
CHANGELOG.rst
0 → 100644
CONTRIBUTING.rst
0 → 100644
差异被折叠。
点击展开。
LICENSE.txt
0 → 100644
README.rst
0 → 100644
docs/Makefile
0 → 100644
docs/_static/.gitignore
0 → 100644
docs/authors.rst
0 → 100644
docs/changelog.rst
0 → 100644
docs/conf.py
0 → 100644
docs/contributing.rst
0 → 100644
docs/index.rst
0 → 100644
docs/license.rst
0 → 100644
docs/readme.rst
0 → 100644
docs/requirements.txt
0 → 100644
# Requirements file for ReadTheDocs, check .readthedocs.yml. | ||
# To build the module reference correctly, make sure every external package | ||
# under `install_requires` in `setup.cfg` is also listed here! | ||
sphinx>=3.2.1 | ||
# sphinx_rtd_theme |
pyproject.toml
0 → 100644
setup.cfg
0 → 100644
setup.py
0 → 100644
src/yunhebot/__init__.py
0 → 100644
src/yunhebot/skeleton.py
0 → 100644
tests/conftest.py
0 → 100644
tests/test_skeleton.py
0 → 100644
tox.ini
0 → 100644
请
注册
或者
登录
后发表评论