File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,8 @@ print(response)
121121## Contributing
122122
123123* Building the egg: ` python setup.py bdist_egg `
124+ * Building the wheel: ` python setup.py bdist_wheel --universal `
125+ * Building the sdist: ` python setup.py sdist `
124126* Installing locally: ` python setup.py install `
125127* Running tests: ` python setup.py test `
126128* Running lint: ` flake8 `
Original file line number Diff line number Diff line change @@ -144,6 +144,8 @@ Contributing
144144------------
145145
146146- Building the egg: ``python setup.py bdist_egg ``
147+ - Building the wheel: ``python setup.py bdist_wheel --universal ``
148+ - Building the sdist: ``python setup.py sdist ``
147149- Installing locally: ``python setup.py install ``
148150- Running tests: ``python setup.py test ``
149151- Running lint: ``flake8 ``
You can’t perform that action at this time.
0 commit comments