Skip to content

Commit

Permalink
RTD patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfjlaros committed Nov 21, 2021
1 parent 922f85b commit f1fc668
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
4 changes: 0 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
from subprocess import call

call('pip install ..', shell=True)

from mutalyzer_crossmapper import _get_metadata


Expand Down
3 changes: 3 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
docutils==0.17.1
sphinx-argparse
sphinx-autodoc-typehints
2 changes: 1 addition & 1 deletion mutalyzer_crossmapper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


def _get_metadata(name):
pkg = get_distribution(__package__)
pkg = get_distribution('mutalyzer_crossmapper')

for line in pkg.get_metadata_lines(pkg.PKG_INFO):
if line.startswith('{}: '.format(name)):
Expand Down
9 changes: 4 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = mutalyzer_crossmapper
version = 2.0.0
version = 2.0.1
description = Mutalyzer HGVS position crossmapper.
long_description = file: README.rst
author = Jeroen F.J. Laros
Expand All @@ -20,10 +20,9 @@ packages = find:

[options.extras_require]
tests =
pytest-cov==2.10.0
pytest-pep8==1.0.6
pytest==5.4.3
tox-travis==0.12
pytest-cov>=2.10.0
pytest-pep8>=1.0.6
pytest>=5.4.3

[tool:pytest]
pep8ignore = docs/conf.py ALL
Expand Down

0 comments on commit f1fc668

Please sign in to comment.