Commit 8433314
authored
Derive package name from setuptools fullname (#3)
The value given by --name is the verbatim package name, while the
--fullname yields the normalized package name used by setuptools followed
by the version.
We can trim off the version part to get the normalized name so that the
proper package name is used when looking for the archives produced by
the wheel build process.1 parent fa5fa95 commit 8433314
1 file changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
0 commit comments