Skip to content

Commit 0896a1f

Browse files
Merge pull request #658 from Crozzers/missing-toxfile-in-sdist
Fix missing toxfile in sdist (#655)
2 parents dec8f7e + b5c90d2 commit 0896a1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
platforms=["any"],
5151
py_modules=["markdown2"],
5252
package_dir={"": "lib"},
53+
data_files=[("testing", ["tox.ini"])],
5354
entry_points={
5455
"console_scripts": [
5556
"markdown2 = markdown2:main"

0 commit comments

Comments
 (0)