Skip to content
Snippets Groups Projects
Commit 947172a3 authored by Olivier J.N. Bertrand's avatar Olivier J.N. Bertrand
Browse files

Fix setup.py error

parent 3f95a383
No related branches found
No related tags found
No related merge requests found
File added
......@@ -2,10 +2,8 @@
"""
setup.py for Insect Navigation Toolbox (called navipy)
"""
import sys
import os
from setuptools import setup, find_packages, Extension
""
from setuptools import setup, find_packages
excluded = []
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment