Skip to content

Commit d6282dd

Browse files
committed
Modify markup to render description.rst in PyPI.
1 parent 4680f9f commit d6282dd

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ coverage.xml
4848
*.cover
4949
.hypothesis/
5050

51+
.pytest_cache
52+
5153
# Translations
5254
*.mo
5355
*.pot

description.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ to allow researchers to build customized catalogs in the clouds
44
to help you manage research data.
55

66
Installation
7-
-------
7+
------------
88

99
The easiest way install pyclowder is using pip and pulling from PyPI.
1010
Use the following command to install::

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def description():
99

1010

1111
setup(name='pyclowder',
12-
version='2.0.0',
12+
version='2.0.2',
1313
packages=find_packages(),
1414
description='Python SDK for the Clowder Data Management System',
1515
long_description=description(),

0 commit comments

Comments
 (0)