Skip to content

Commit

Permalink
Merge pull request #179 from jhlegarreta/RemoveUnusedPkgResourcesImport
Browse files Browse the repository at this point in the history
ENH: Remove unused `pkg_resources` module import
  • Loading branch information
jhlegarreta authored Oct 16, 2023
2 parents f9d47da + ad4bd04 commit eb36051
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import os
from itertools import chain
from setuptools import setup
from pkg_resources import resource_filename

# url='http://pypi.python.org/pypi/whitematteranalysis/',
# scripts=['bin/test1.py','bin/test2.py'],
Expand Down

0 comments on commit eb36051

Please sign in to comment.