Skip to content

Commit

Permalink
Merge pull request #10 from mherkazandjian/feature-entrypoint
Browse files Browse the repository at this point in the history
Register docxsphinx as builder through setup.py
  • Loading branch information
mherkazandjian authored Dec 13, 2017
2 parents 2ece1d8 + 36f8484 commit 59900a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,9 @@
test_suite='nose.collector',
tests_require=['Nose'],
zip_safe=False,
entry_points={
'sphinx.builders': [
'docx=docxsphinx',
],
}
)

0 comments on commit 59900a0

Please sign in to comment.