Skip to content

Commit

Permalink
Adds LICENSE to releases
Browse files Browse the repository at this point in the history
* Manifest update to contain LICENSE.
* wheel package i configured to be available during setup.

Fixes #165
  • Loading branch information
danwos committed Jan 6, 2021
1 parent 0b01166 commit e0ba9e7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
include sphinxcontrib/needs/directives/needimport_template.rst
include LICENSE

graft sphinxcontrib/needs/css
graft sphinxcontrib/needs/libs
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@
packages=find_packages(),
include_package_data=True,
install_requires=requires,
setup_requires=['wheel'],
namespace_packages=['sphinxcontrib'],
)

0 comments on commit e0ba9e7

Please sign in to comment.