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 fe9f9f8 commit a0f53daCopy full SHA for a0f53da
README.md
build/pypi-packager.ts
@@ -29,7 +29,7 @@ class pypi {
29
mkdir (this.tempPyDir + '/tests/'); // just empty folder
30
// copy python folder to temp dir
31
const pypiPackageName = this.exchangeConfigs[exchange].__PYTHON_PACKAGE_NAME__;
32
- const pypiPackageNameSanitized = sanitizePackageName (pypiPackageName);
+ const pypiPackageNameSanitized = this.exchange; //sanitizePackageName (pypiPackageName);
33
const pkgDir = this.tempPyDir + '/src/' + pypiPackageNameSanitized;
34
mkdir (pkgDir);
35
cp (this.rootDir + `/${this.exchange}`, pkgDir);
0 commit comments