Skip to content

Commit 5fb92c2

Browse files
committed
Cut out blank lines at the start of PyPi README
1 parent 4cb90da commit 5fb92c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
from setuptools import find_packages, setup
44

55
with open(os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8') as readme:
6-
README = readme.read().split('h1>', 2)[1]
6+
README = readme.read().split('h1>\n\n', 2)[1]
77

88
setup(
99
name='django-postgres-extra',
10-
version='1.21a3',
10+
version='1.21a4',
1111
packages=find_packages(),
1212
include_package_data=True,
1313
license='MIT License',

0 commit comments

Comments
 (0)