andreped commited on
Commit
58c5660
1 Parent(s): 1ca252a

tried removed redundant py_module

Browse files
livermask/configs/__init__.py ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+
2
+
livermask/utils/__init__.py CHANGED
@@ -0,0 +1,2 @@
 
 
 
1
+
2
+
setup.py CHANGED
@@ -55,5 +55,5 @@ setup(
55
  ],
56
  python_requires='>=3.6',
57
  cmdclass={'install': InstallCommand},
58
- py_modules=['livermask.utils'],
59
  )
 
55
  ],
56
  python_requires='>=3.6',
57
  cmdclass={'install': InstallCommand},
58
+ #py_modules=['livermask.utils'],
59
  )