Skip to content

Commit 7dbdcbd

Browse files
Rename PyPi README references to README-PyPI for consistency across package configurations.
1 parent 8f29b58 commit 7dbdcbd

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

bot-api/python/MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
include VERSION
2-
include PyPi-ReadMe.md
2+
include README-PyPI.md
33
include requirements.txt
44
recursive-include generated/robocode_tank_royale/tank_royale/schema *.py
File renamed without changes.

bot-api/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Python Bot API for Robocode Tank Royale
22

3-
Note: This README is for developers—not PyPi. The README for PyPi is [here](PyPi-ReadMe.md)
3+
Note: This README is for developers—not PyPi. The README for PyPi is [here](README-PyPI.md)
44

55
This directory contains the Bot API for developing bots for Robocode Tank Royale with Python.
66

bot-api/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "robocode-tank-royale"
77
description = "Python Bot API for Robocode Tank Royale"
8-
readme = "PyPi-ReadMe.md"
8+
readme = "README-PyPI.md"
99
license = {text = "Apache-2.0"}
1010
requires-python = ">=3.10"
1111
classifiers = [

bot-api/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
name="robocode-tank-royale",
88
version=version,
99
description="The Python Bot API for Robocode Tank Royale",
10-
long_description=open("PyPi-ReadMe.md").read(),
10+
long_description=open("README-PyPI.md").read(),
1111
long_description_content_type="text/markdown",
1212
url="https://robocode-dev.github.io/tank-royale",
1313
package_dir={

0 commit comments

Comments
 (0)