We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0444f7 commit b6bee42Copy full SHA for b6bee42
setup.py
@@ -3,7 +3,7 @@
3
if sys.version_info < (3, 6):
4
sys.exit('simba requires Python >= 3.6')
5
6
-from setuptools import setup,find_packages
+from setuptools import setup, find_packages
7
from pathlib import Path
8
setup(
9
name='simba',
simba/_init_.py renamed to simba/__init__.py
0 commit comments