Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwesh-vishwesh authored Jun 14, 2021
1 parent 29c4500 commit 1022473
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
@author: Vishwesh
"""
import pathlib
#import pathlib
from setuptools import setup, find_packages

#HERE = pathlib.Path(__file__).parent
Expand Down Expand Up @@ -35,3 +35,5 @@
install_requires=INSTALL_REQUIRES,
packages=find_packages()
)
def __getitem__(self, group) -> EntryPoints:
return EntryPoints(ep for ep in self if ep.group == group)

0 comments on commit 1022473

Please sign in to comment.