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.
python
python3
1 parent 140497b commit 1e9d5ddCopy full SHA for 1e9d5dd
Makefile
@@ -12,7 +12,7 @@ clean:
12
13
## package - create package for dist
14
package:
15
- python3 setup.py sdist bdist_wheel
+ python setup.py sdist bdist_wheel
16
17
## repackage - runs clean and package
18
repackage: clean package
0 commit comments