10000 add Manifest file to avoid readme problem · pythonanywhere/helper_scripts@a65d1c1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a65d1c1

Browse files
committed
add Manifest file to avoid readme problem
1 parent 5b0108d commit a65d1c1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include README.md

setup.py

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

1010
setup(
1111
name='pythonanywhere',
12-
version='0.0.3',
12+
version='0.0.4',
1313
description='PythonAnywhere helper tools for users',
1414
long_description=long_description,
1515
url='https://github.com/pythonanywhere/helper_scripts/',

0 commit comments

Comments
 (0)
0