Skip to content

Commit 3626fa8

Browse files
Minor updates
1 parent ee32154 commit 3626fa8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Open the file. You will notice a section which looks like this:
2727
env:
2828

2929
# relative path to your file, e.g.
30-
# ./src/MyLib/MyLib.py
30+
# ./MyLib/MyLib.py
3131
SOURCE_FILE: ./REPLACE/ME
3232

3333
# Regex pattern used for extracting the version data from your fil

publish-to-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ on:
6161
env:
6262

6363
# relative path to your file, e.g.
64-
# ./src/MyLib/MyLib.py
64+
# ./MyLib/MyLib.py
6565
SOURCE_FILE: ./REPLACE/ME
6666

6767
# Regex pattern used for extracting the version data from your file

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
author_email="My email addresse",
2525
url="URL to my repo",
2626
packages=find_packages(),
27+
include_package_data=True,
2728
classifiers=[
2829
"Intended Audience :: Developers",
2930
"Programming Language :: Python",

0 commit comments

Comments
 (0)