Skip to content

Commit c4fb76c

Browse files
committed
fix setup
1 parent 461baa3 commit c4fb76c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

LICENSE.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2019, Xavier Dupré
1+
Copyright (c) 2019-2020, Xavier Dupré
22

33
Permission is hereby granted, free of charge, to any person obtaining a copy
44
of this software and associated documentation files (the "Software"), to deal

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ def get_extension_tutorial(name):
8383

8484

8585
here = os.path.dirname(__file__)
86+
if here == "":
87+
here = '.'
8688
packages = find_packages(where=here)
8789
package_dir = {k: os.path.join(here, k.replace(".", "/")) for k in packages}
8890
package_data = {

0 commit comments

Comments
 (0)