Skip to content

Commit 507d273

Browse files
📦 PyPI-Test - Build 0.0.2-dev.10
1 parent f872cd2 commit 507d273

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.0.2-dev.9'
1+
__version__ = '0.0.2-dev.10'

‎setup.py‎

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
import simple_blog
2-
31
from setuptools import setup
4-
from simple_blog import __version__
2+
from mkdocs_simple_blog import __version__
53

64

75
with open("README.md", "r", encoding="utf-8") as fh:
@@ -34,7 +32,8 @@
3432
install_requires=[
3533
'mkdocs>=1.4.2'
3634
],
37-
packages=["simple_blog"],
35+
packages=["mkdocs_simple_blog"],
36+
package_data={'mkdocs_simple_blog': ['*','*/*','*/*/*']},
3837
include_package_data=True,
3938
python_requires=">=3.6",
4039
zip_safe=True,

0 commit comments

Comments
 (0)