Skip to content

Commit 68ab674

Browse files
committed
Single file module
1 parent 57335d9 commit 68ab674

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
use_scm_version=True,
1515
description="",
1616
long_description=long_description,
17+
long_description_content_type='text/markdown',
1718
author="Oliver Bristow",
1819
author_email='[email protected]',
1920
license='MIT',
@@ -39,7 +40,6 @@
3940
url='https://github.com/Code0x58/python-jsonstore/',
4041
py_modules=dedent("""
4142
jsonstore
42-
jsonstore.tests
4343
""").strip().split('\n'),
4444
setup_requires=["setuptools_scm", "wheel"],
4545
)
File renamed without changes.

0 commit comments

Comments
 (0)