blob: 8c19b2e68d8625f17545d00ace4a038f142343c0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- a/MANIFEST.in 2023-03-15 19:40:41.000000000 +0800
+++ b/MANIFEST.in 2023-03-16 16:07:23.493938010 +0800
@@ -1,3 +1,3 @@
-include README.rst
+include README.md
include LICENSE
prune htmlmin/tests
--- a/setup.py 2023-03-15 19:40:41.000000000 +0800
+++ b/setup.py 2023-03-16 16:07:33.474004662 +0800
@@ -5,7 +5,7 @@
here = os.path.dirname(__file__)
-README = open(os.path.join(here, 'README.rst')).read()
+README = open(os.path.join(here, 'README.md')).read()
LICENSE = open(os.path.join(here, 'LICENSE')).read()
setup(
|