File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Open the file. You will notice a section which looks like this:
2727env :
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
Original file line number Diff line number Diff line change 6161env :
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments