Skip to content

Commit 6a73c12

Browse files
committed
Extra metadata
1 parent 9c23193 commit 6a73c12

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ A high performance Python interface for communicating with RLBot v5.
66

77
See this video tutorial on YouTube for a quick start guide: <https://www.youtube.com/watch?v=GLqvodQ942A>
88

9+
Also see the [main RLBot wiki](https://wiki.rlbot.org/) (make sure to avoid info on v4) and also see [this project's wiki](https://github.com/VirxEC/python-interface/wiki)
10+
911
## Dev setup
1012

1113
The following is how to setup a development environment for this project, NOT how to create a bot using this interface!
@@ -23,12 +25,13 @@ The following is how to setup a development environment for this project, NOT ho
2325
will be reflected in the installed package without
2426
having to run the command again
2527
- If you are making changes involving the flatbuffer schema and
26-
[rlbot_flatbuffers_py](https://github.com/VirxEC/rlbot_flatbuffers_py),
28+
[rlbot_flatbuffers_py](https://github.com/VirxEC/rlbot_flatbuffers_py),
2729
also install your local copy of that package in editable mode:
2830
- `pip uninstall rlbot_flatbuffers`
2931
- `pip install --editable <path/to/rlbot_flatbuffers>`
3032

3133
This project is formatted using [Black](https://github.com/psf/black).
34+
3235
- Install: `pip install black`.
3336
- Use: `black .`
3437

pyproject.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ dependencies = [
1212
"psutil==6.*",
1313
]
1414
readme = "README.md"
15+
license = {text = "Unlicense"}
16+
authors = [
17+
{name = "RLBot Community", email = "[email protected]" }
18+
]
19+
keywords = ["rocket-league"]
1520

1621
[project.urls]
1722
Repository = "https://github.com/VirxEC/python-interface"

rlbot/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.0.0-beta.19"
1+
__version__ = "2.0.0-beta.20"

0 commit comments

Comments
 (0)