Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
hainm committed Nov 22, 2024
1 parent 67b22fd commit ad8fb57
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,10 @@
"""

import os
import subprocess
import sys
from distutils import log
from subprocess import check_call
from pathlib import Path

from setuptools import Command, find_packages, setup
from setuptools.command.egg_info import egg_info
from setuptools import find_packages, setup
from jupyter_packaging import wrap_installers, get_data_files

here = os.path.dirname(os.path.abspath(__file__))
Expand Down

0 comments on commit ad8fb57

Please sign in to comment.