mirror of
https://github.com/satwikkansal/wtfpython
synced 2024-11-25 04:24:23 +01:00
More cleanup and another version bump
This commit is contained in:
parent
8e798af4fc
commit
6e5278e30a
5
.npmignore
vendored
5
.npmignore
vendored
@ -1,9 +1,8 @@
|
|||||||
|
.DS_Store
|
||||||
.idea/
|
.idea/
|
||||||
|
|
||||||
irrelevant/
|
irrelevant/
|
||||||
wtfpython-pypi/build/
|
wtfpython-pypi/**
|
||||||
wtfpython-pypi/dist/
|
|
||||||
wtfpython-pypi/wtfpython.egg-info
|
|
||||||
|
|
||||||
# Python-specific byte-compiled files should be ignored
|
# Python-specific byte-compiled files should be ignored
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
2
package.json
vendored
2
package.json
vendored
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "wtfpython",
|
"name": "wtfpython",
|
||||||
"version": "2.2.1",
|
"version": "2.2.2",
|
||||||
"description": "A collection of surprising Python snippets and lesser known features. [ARCHIVED]",
|
"description": "A collection of surprising Python snippets and lesser known features. [ARCHIVED]",
|
||||||
"bin": "wtfpython",
|
"bin": "wtfpython",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user