Skip to content

Commit

Permalink
Fix dependency, point to github URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultmarin committed Dec 17, 2016
1 parent 511f2d3 commit d9ceba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion hpp2plantuml.org
Original file line number Diff line number Diff line change
Expand Up @@ -2125,7 +2125,7 @@ Usage:
__title__ = "hpp2plantuml"
__description__ = "Convert C++ header files to PlantUML"
__version__ = <<get-version()>>
__uri__ = "https://hpp2plantuml.readthedocs.io/"
__uri__ = "https://github.com/thibaultmarin/hpp2plantuml"
__doc__ = __description__ + " <" + __uri__ + ">"
__author__ = "Thibault Marin"
__email__ = "[email protected]"
Expand Down Expand Up @@ -2224,6 +2224,7 @@ CLASSIFIERS = [
"Topic :: Software Development :: Libraries :: Python Modules",
]
INSTALL_REQUIRES = <<py-dependencies("requirements")>>
INSTALL_REQUIRES += ['sphinx', ]
SETUP_REQUIRES = ['sphinx', 'numpydoc']
###################################################################
#+END_SRC
Expand Down

0 comments on commit d9ceba3

Please sign in to comment.