Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include ChangeLog
include LICENSE
include README.rst
include readme.md

# added by check-manifest
include *.yml
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def find_version(file_paths):
name="robotframework-debug",
version=find_version("RobotDebug/version.py"),
description="RobotFramework debug shell",
long_description=Path("README.rst").read_text(),
long_description=Path("readme.md").read_text(),
long_description_content_type=("text/x-rst"),
author="René Rohner",
author_email="snooz@postoe.de",
Expand Down