Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 3a65024

Browse files
authored
Include requirements.txt, LICENSE.txt, and README.md in source dist (#12)
* Include requirements.txt, README, and LICENSE in sdist * Bump version to 0.2.1.post1 * Include requirements-dev.txt in source distribution as well
1 parent b6b726c commit 3a65024

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎MANIFEST.in

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ include jupyter_dash/nbextension *.json
22
include jupyter_dash/nbextension *.js
33
include jupyter_dash/labextension/package.json
44
include jupyter_dash/labextension/dist *.tgz
5+
include requirements.txt
6+
include requirements-dev.txt
7+
include README.md
8+
include LICENSE.txt

‎jupyter_dash/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.2.1"
1+
__version__ = "0.2.1.post1"

0 commit comments

Comments
 (0)