Skip to content

Commit be3ed63

Browse files
committed
Stupid errors
1 parent ae56a8c commit be3ed63

5 files changed

Lines changed: 29 additions & 3 deletions

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
__pycache__/
55
.vscode/
66
data/test2.txt
7-
PyProfane/main.py
7+
PyProfane/main.py
8+
PyProfane.egg-info
9+
dist/

PyProfane/data/test2.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
wn
2+
geni
3+
whash
4+
fuckinnuts
5+
fuckin
6+
tainted love
7+
dyke
8+
kotex
9+
suck
10+
poverty
11+
butchdike
12+
datnigga
13+
uterus
14+
execution
15+
trots
16+
luckycammeltoe
17+
roach
18+
swallow
19+
motherfuck
20+
blow
21+
ball gravy
22+
slutwear
23+
panti
24+
kissass

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
long_description=longDescription,
1313
long_description_content_type="text/markdown",
1414
license="MIT",
15-
url="",
16-
package_data={ 'profanity_check': ['data/model.joblib', 'data/vectorizer.joblib'] },
15+
url="https://github.com/ieshaan12/PyProfane",
16+
download_url="https://github.com/ieshaan12/PyProfane/archive/PyProfane.tar.gz",
1717
data_files=[('data',['swearWords.txt', 'comments.txt'])],
1818
classifiers=[
1919
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)