Skip to content
This repository has been archived by the owner on Jun 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #16 from delira-dev/unified_namespace
Browse files Browse the repository at this point in the history
Unified deliravision namespace
  • Loading branch information
mibaumgartner committed Aug 3, 2019
2 parents 101e54c + 0d9ad4f commit 00073ef
Show file tree
Hide file tree
Showing 121 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions deliravision/__init__.py
@@ -1,3 +1,5 @@
from ._version import get_versions
__version__ = get_versions()['version']
del get_versions

__path__ = __import__('pkgutil').extend_path(__path__, __name__)
File renamed without changes.
File renamed without changes.
Empty file.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -30,7 +30,7 @@ def read_file(file):


setup(
name='deliravision',
name='deliravision-torch',
version=versioneer.get_version(),
cmdclass=versioneer.get_cmdclass(),
packages=find_packages(),
Expand Down

0 comments on commit 00073ef

Please sign in to comment.