Skip to content
This repository has been archived by the owner on Jul 29, 2020. It is now read-only.

Commit

Permalink
try to fix docs for 800th time
Browse files Browse the repository at this point in the history
  • Loading branch information
j-andrews7 committed Aug 30, 2017
1 parent cea0d8c commit 24bbd9b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Mock(MagicMock):
def __getattr__(cls, name):
return MagicMock()

MOCK_MODULES = ['pytfmpval', 'pytfmpval.pytfmpval']
MOCK_MODULES = ['pytfmpval', 'pytfmpval.pytfmpval', 'psutil']
sys.modules.update((mod_name, Mock()) for mod_name in MOCK_MODULES)

sys.path.insert(0, os.path.abspath('../pytfmpval'))
Expand Down Expand Up @@ -76,9 +76,9 @@ def __getattr__(cls, name):
# built documents.
#
# The short X.Y version.
version = '0.1.0'
version = '0.2.0'
# The full version, including alpha/beta/rc tags.
release = '0.1.0'
release = '0.2.0'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
Empty file added docs/requirements_mock.txt
Empty file.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
description="""Python bindings for the TFM-Pvalue program.""",
license='GPL-3.0',
keywords='bioinformatics tfmpvalue motifs transcription factor genomics science',
install_requires=["psutil"],
ext_modules=[pytfmpval_module],
install_requires=["psutil"],
py_modules=["pytfmpval"],
classifiers=['Development Status :: 4 - Beta',
'Intended Audience :: Science/Research',
Expand Down
4 changes: 0 additions & 4 deletions tests/AHR.counts

This file was deleted.

4 changes: 0 additions & 4 deletions tests/ARID3A.counts

This file was deleted.

0 comments on commit 24bbd9b

Please sign in to comment.