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 2cd0caa commit b96f84aCopy full SHA for b96f84a
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