We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e798af commit 6e5278eCopy full SHA for 6e5278e
.npmignore
@@ -1,9 +1,8 @@
1
+.DS_Store
2
.idea/
3
4
irrelevant/
-wtfpython-pypi/build/
5
-wtfpython-pypi/dist/
6
-wtfpython-pypi/wtfpython.egg-info
+wtfpython-pypi/**
7
8
# Python-specific byte-compiled files should be ignored
9
__pycache__/
package.json
@@ -1,6 +1,6 @@
{
"name": "wtfpython",
- "version": "2.2.1",
+ "version": "2.2.2",
"description": "A collection of surprising Python snippets and lesser known features. [ARCHIVED]",
"bin": "wtfpython",
"scripts": {
0 commit comments