Skip to content

Commit c36c8c7

Browse files
committed
Include manifest to bundle README
1 parent d2431e2 commit c36c8c7

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

MANIFEST.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
include README.md
2+
include LICENSE
3+
include AUTHORS.txt

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
setup(name='rocket-python',
5-
version='1.2.3',
5+
version='1.2.4',
66
description="RocketChat API with Python",
77
long_description=open("README.md", "r").read(),
88
classifiers=[

0 commit comments

Comments
 (0)