Skip to content

Commit e3c06c1

Browse files
committed
Fixing up project metadata
1 parent 7979a89 commit e3c06c1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

PyOpenWorm/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"""
3333

3434
from __future__ import print_function
35-
__version__ = '0.8.0'
35+
__version__ = '0.8.1'
3636
__author__ = 'Stephen Larson'
3737

3838
import sys

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
===========
1212
1313
A unified, simple data access library in Python for data, facts, and models of
14-
*C. elegans* anatomy for the [OpenWorm project](http://www.openworm.org)
14+
*C. elegans* anatomy for the `OpenWorm project <http://www.openworm.org>`_
1515
1616
What does it do?
1717
----------------
1818
1919
Enables a simple Python API for asking various questions about the cells of the
2020
*C. elegans*, enabling the sharing of data about *C. elegans* for the purpose
21-
of building a [data-to-model pipeline](http://docs.openworm.org/en/latest/projects
21+
of building a `data-to-model pipeline <http://docs.openworm.org/en/latest/projects>`_
2222
for the OpenWorm project. In addition, it is a repository for various iterations
2323
of inferred / predicted data about *C. elegans*. Uncontroversial facts and
2424
inferred information are distinguished through the use of explicit Evidence
@@ -106,6 +106,7 @@ def excludes(base):
106106
'Programming Language :: Python :: 2.6',
107107
'Programming Language :: Python :: 2.7',
108108
'Programming Language :: Python :: 3.4',
109+
'Programming Language :: Python :: 3.6',
109110
'Topic :: Scientific/Engineering'
110111
]
111112
)

0 commit comments

Comments
 (0)