Skip to content

Commit b6bee42

Browse files
committed
fix file name
1 parent d0444f7 commit b6bee42

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
if sys.version_info < (3, 6):
44
sys.exit('simba requires Python >= 3.6')
55

6-
from setuptools import setup,find_packages
6+
from setuptools import setup, find_packages
77
from pathlib import Path
88
setup(
99
name='simba',
File renamed without changes.

0 commit comments

Comments
 (0)