Skip to content

Commit

Permalink
Unused dependencies removed, removed distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
anugrahjo authored Jan 27, 2023
1 parent c059383 commit 40ff469
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
from distutils.core import setup
from setuptools import find_packages
from setuptools import setup, find_packages

setup(
name='array_manager',
Expand All @@ -10,10 +9,10 @@
'numpy',
'scipy',
'pint',
'sphinx-rtd-theme',
'sphinx-code-include',
'jupyter-sphinx',
'numpydoc',
# 'sphinx-rtd-theme',
# 'sphinx-code-include',
# 'jupyter-sphinx',
# 'numpydoc',
],
)

0 comments on commit 40ff469

Please sign in to comment.