Skip to content

Commit

Permalink
fix file name
Browse files Browse the repository at this point in the history
  • Loading branch information
huidongchen committed Jan 8, 2021
1 parent d0444f7 commit b6bee42
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
if sys.version_info < (3, 6):
sys.exit('simba requires Python >= 3.6')

from setuptools import setup,find_packages
from setuptools import setup, find_packages
from pathlib import Path
setup(
name='simba',
Expand Down
File renamed without changes.

0 comments on commit b6bee42

Please sign in to comment.