Skip to content

Commit

Permalink
Formatting issue in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
amcc1996 committed Sep 12, 2020
1 parent 1682162 commit 5be19e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# --------------
import os

from setuptools import setup, find_packages
from setuptools import find_packages, setup


# Get path of the package, where steup.py is located
Expand Down Expand Up @@ -59,7 +59,7 @@
"Tracker": "https://github.com/amcc1996/symbeam/issues",
},
# Include packages in distribution archives
packages=find_packages(),
packages=find_packages(),
# Python version compatibility
python_requires=">=3.5, <3.9",
install_requires=[
Expand Down

0 comments on commit 5be19e6

Please sign in to comment.