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 95902d9 commit ba3bc48Copy full SHA for ba3bc48
setup.py
@@ -2,7 +2,7 @@
2
from pathlib import Path
3
from setuptools import setup, find_packages
4
5
-LONG_DESCRIPTION_SRC = 'README_PyPi.rst'
+LONG_DESCRIPTION_SRC = 'README.rst'
6
7
8
def read(file):
sphinx_github_style/__init__.py
@@ -9,7 +9,7 @@
9
from sphinx.application import Sphinx
10
11
12
-__version__ = "0.0.1b6"
+__version__ = "0.0.1b7"
13
__author__ = 'Adam Korn <hello@dailykitten.net>'
14
15
0 commit comments