We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cb90da commit 5fb92c2Copy full SHA for 5fb92c2
setup.py
@@ -3,11 +3,11 @@
3
from setuptools import find_packages, setup
4
5
with open(os.path.join(os.path.dirname(__file__), 'README.rst'), encoding='utf-8') as readme:
6
- README = readme.read().split('h1>', 2)[1]
+ README = readme.read().split('h1>\n\n', 2)[1]
7
8
setup(
9
name='django-postgres-extra',
10
- version='1.21a3',
+ version='1.21a4',
11
packages=find_packages(),
12
include_package_data=True,
13
license='MIT License',
0 commit comments