-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move sources to src, make package version static (#32)
- Loading branch information
1 parent
a4df6c5
commit 3e7be53
Showing
6 changed files
with
11 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
import importlib.metadata | ||
|
||
from .widget import Widget as Widget | ||
from .reactive import Reactive as Reactive | ||
|
||
|
||
try: | ||
__version__ = importlib.metadata.version("ypywidgets") | ||
except importlib.metadata.PackageNotFoundError: | ||
__version__ = "unknown" |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.