Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
coliff committed Jul 10, 2024
1 parent cb0ab3f commit 992b1d6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@
"circlon",
"citrix",
"citysearch",
"clangd",
"clearfix",
"Cloneable",
"cloudflare",
Expand Down Expand Up @@ -522,6 +523,7 @@
"itar",
"itemprop",
"jabra",
"Jacoco",
"jaspreet",
"javadoc",
"jira",
Expand Down Expand Up @@ -684,6 +686,7 @@
"mydestination",
"myicon",
"myid",
"mypy",
"mytype",
"nacional",
"nadu",
Expand Down Expand Up @@ -730,6 +733,7 @@
"nowrap",
"npmbuild",
"npmrc",
"npms’s",
"nspringer",
"nuget",
"numtrucks",
Expand Down
2 changes: 1 addition & 1 deletion assets/js/lunr.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ For reusable software modules, e-Tools provides [Artifactory Pro](https://www.jf

### Python

[Distutils](https://docs.python.org/3/library/)(setuptools) has become the primary method for packaging and distributing python packages and scripts. By using distutils and building a package with setup.py you can easily distribute packages publically on [PyPi](https://pypi.python.org/pypi) or privately using a [Git Repository](https://pip.pypa.io/en/stable/reference/pip_install/#git) or [Artifactory](https://www.jfrog.com/confluence/display/RTF/PyPI+Repositories).
[Distutils](https://docs.python.org/3/library/)(setuptools) has become the primary method for packaging and distributing python packages and scripts. By using distutils and building a package with setup.py you can easily distribute packages publicly on [PyPi](https://pypi.python.org/pypi) or privately using a [Git Repository](https://pip.pypa.io/en/stable/reference/pip_install/#git) or [Artifactory](https://www.jfrog.com/confluence/display/RTF/PyPI+Repositories).

This [Quick Start](https://the-hitchhikers-guide-to-packaging.readthedocs.io/en/latest/quickstart.html) give a good high level overview on building your first Python package. For more advanced features refer to the[ setuptools documentation](https://setuptools.readthedocs.io/en/latest/setuptools.html#basic-use).

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"postcss": "8.4.39",
"postcss-cli": "11.0.0",
"prettier": "3.3.2",
"stylelint": "16.6.0",
"stylelint": "16.6.1",
"stylelint-config-standard-scss": "13.1.0"
},
"hugo-bin": {
Expand Down

0 comments on commit 992b1d6

Please sign in to comment.