Skip to content

Commit d2d7966

Browse files
committed
Add missing import
Signed-off-by: Aurélien Bompard <[email protected]>
1 parent 08f2586 commit d2d7966

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import os
22
from setuptools import setup
3+
from setuptools import find_packages
34

45

56
def read(fname):

0 commit comments

Comments
 (0)