Skip to content

Commit c662d14

Browse files
committed
VERSION fixed
1 parent 23cf6a5 commit c662d14

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

deplacy/deplacy.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# coding=utf-8
22

33
import os,tempfile
4-
from pkg_resources import get_distribution
54
from http.server import BaseHTTPRequestHandler
65
from http import HTTPStatus
76

87
PACKAGE_DIR=os.path.abspath(os.path.dirname(__file__))
9-
VERSION="HTTP deplacy/"+get_distribution("deplacy").version
8+
VERSION="HTTP deplacy/2.1"
109
EDITOR_URL="https://koichiyasuoka.github.io/deplacy/deplacy/editor.html"
1110
EDITOR_RTOL="https://koichiyasuoka.github.io/deplacy/deplacy/editorRtoL.html"
1211
TEMPFILE=tempfile.TemporaryFile()

0 commit comments

Comments
 (0)