We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 461baa3 commit c4fb76cCopy full SHA for c4fb76c
LICENSE.txt
@@ -1,4 +1,4 @@
1
-Copyright (c) 2019, Xavier Dupré
+Copyright (c) 2019-2020, Xavier Dupré
2
3
Permission is hereby granted, free of charge, to any person obtaining a copy
4
of this software and associated documentation files (the "Software"), to deal
setup.py
@@ -83,6 +83,8 @@ def get_extension_tutorial(name):
83
84
85
here = os.path.dirname(__file__)
86
+if here == "":
87
+ here = '.'
88
packages = find_packages(where=here)
89
package_dir = {k: os.path.join(here, k.replace(".", "/")) for k in packages}
90
package_data = {
0 commit comments