Skip to content

Commit

Permalink
Updated package deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Brikwerk committed Sep 16, 2020
1 parent 66ff068 commit 223ed1a
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
8 changes: 8 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
include nxbt/controller/*.py
include nxbt/controller/sdp/*.xml
include nxbt/web/*.py
include nxbt/web/templates/*.html
include nxbt/web/static/*.js
include nxbt/web/static/*.css
include nxbt/web/static/*.svg
include nxbt/web/static/*.png
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ license = MIT
license-file = LICENSE
description = Control your Nintendo Switch through a website, terminal, or macro.
long-description = file: README.md
long_description_content_type = 'text/markdown',
long_description_content_type = text/markdown,
platform = any
url = https://pypi.python.org/pypi/nxbt
classifiers =
Expand Down
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

setup(
name="nxbt",
include_package_data=True,
long_description_content_type="text/markdown",
install_requires=[
"dbus-python>=1.2.16",
"Flask>=1.1.2",
Expand Down

0 comments on commit 223ed1a

Please sign in to comment.