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 0f038df commit f8c2019Copy full SHA for f8c2019
create_setup.ipynb
@@ -30,7 +30,31 @@
30
"execution_count": null,
31
"metadata": {},
32
"outputs": [],
33
- "source": []
+ "source": [
34
+ "#Build a source distribution\n",
35
+ "python setup.py sdist #current directory must be in directory containing setup.py"
36
+ ]
37
+ },
38
+ {
39
+ "cell_type": "code",
40
+ "execution_count": null,
41
+ "metadata": {},
42
+ "outputs": [],
43
44
+ "#build a binary distribution\n",
45
+ "python setup.py bdist"
46
47
48
49
50
51
52
53
54
+ "#upload a package\n",
55
+ "python setup.py register\n",
56
+ "python setup.py sdist upload"
57
58
}
59
],
60
"metadata": {
0 commit comments