File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,5 @@ python:
1616 install :
1717 - method : pip
1818 path : .
19+ extra_requirements :
20+ - docs
Original file line number Diff line number Diff line change 22
33We welcome contributions to this project!
44
5+ ## Linting and formatting
6+
7+ The project uses [ ` pre-commit ` ] ( https://pre-commit.com/ ) to run linters and formatters.
8+
59## Rust
610
711The project uses [ ` cargo-insta ` ] ( https://insta.rs/ ) for snapshot testing.
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ classifiers = [
2323 " Development Status :: 3 - Alpha" ,
2424 " Environment :: Console" ,
2525 " Intended Audience :: Developers" ,
26- " License :: FREE FOR NON-COMMERCIAL USE " ,
26+ " License :: OSI Approved :: MIT License " ,
2727 " Operating System :: OS Independent" ,
2828 " Programming Language :: Python" ,
2929 " Programming Language :: Python :: 3.8" ,
@@ -43,6 +43,7 @@ dependencies = [
4343
4444[project .urls ]
4545Repository = " https://github.com/useblocks/sphinx-rust"
46+ Documentation = " http://sphinx-rust.readthedocs.io"
4647
4748[project .optional-dependencies ]
4849dev = [
You can’t perform that action at this time.
0 commit comments