docs: fix typo in distributing-javascript.rst (#1028)
creat -> create Co-authored-by: Ryan Morshead <ryan.morshead@gmail.com>
This commit is contained in:
parent
e7a6b5b3e1
commit
2962ed97f7
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ we need to declare what our build tool is (in this case Setuptools):
|
|||
requires = ["setuptools>=40.8.0", "wheel"]
|
||||
build-backend = "setuptools.build_meta"
|
||||
|
||||
Then, we can creat the ``setup.py`` file which uses Setuptools. This will differ
|
||||
Then, we can create the ``setup.py`` file which uses Setuptools. This will differ
|
||||
substantially from a normal ``setup.py`` file since, as part of the build process we'll
|
||||
need to use NPM to bundle our Javascript. This requires customizing some of the build
|
||||
commands in Setuptools like ``build``, ``sdist``, and ``develop``:
|
||||
|
|
Loading…
Reference in a new issue