Skip to content

Commit 16159d4

Browse files
committed
Fix autogen path
1 parent ad0903d commit 16159d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autogen/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
def rebuild(force=False):
1212
pari_module_path = 'cypari2'
1313
src_files = [join(pari_share(), b'pari.desc')] + \
14-
glob.glob(join('autogen', 'pari', '*.py'))
14+
glob.glob(join('autogen', '*.py'))
1515
gen_files = [join(pari_module_path, 'auto_gen.pxi')]
1616

1717
if all(exists(f) for f in gen_files):

0 commit comments

Comments
 (0)