Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Update handling of extras and reorganize setup.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Apr 10, 2019
1 parent 1f393c0 commit 19f7049
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 7 deletions.
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
'sphinx.ext.intersphinx',
'sphinx.ext.coverage',
'sphinx.ext.viewcode',
'sphinx_autodoc_typehints',
'sphinx_click.ext',
]

Expand Down
11 changes: 8 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,18 @@
[metadata]
name = biokeen
version = 0.0.13-dev
description = BioKEEN (KnowlEdge EmbeddiNgs) is a package for training and evaluating biological knowledge graph embeddings
long_description = file: README.rst

url = https://github.com/SmartDataAnalytics/BioKEEN

author = Mehdi Ali
author_email = mehdi.ali@cs.uni-bonn.de
maintainer = Mehdi Ali
maintainer_email = mehdi.ali@cs.uni-bonn.de

license = MIT

classifiers =
Development Status :: 1 - Planning
Intended Audience :: Developers
Expand All @@ -18,9 +25,6 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3 :: Only
license = MIT
description = BioKEEN (KnowlEdge EmbeddiNgs) is a package for training and evaluating biological knowledge graph embeddings
long_description = file: README.rst
keywords =
KEEN
knowledge embedding
Expand All @@ -47,6 +51,7 @@ docs =
sphinx
sphinx-rtd-theme
sphinx-click
sphinx_autodoc_typehints

[options.packages.find]
where = src
Expand Down
6 changes: 2 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,8 @@ deps =
[testenv:docs]
changedir = docs
deps =
sphinx
sphinx-rtd-theme
sphinx-click
extras =
docs
commands =
mkdir -p {envtmpdir}
cp -r source {envtmpdir}/source
Expand Down

0 comments on commit 19f7049

Please sign in to comment.