Skip to content

Commit

Permalink
really really fixing imports
Browse files Browse the repository at this point in the history
  • Loading branch information
alvations committed Jan 19, 2017
1 parent 2d92459 commit c921012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
#
# Python Word Sense Disambiguation (pyWSD)
#
# Copyright (C) 2014-15 alvations
# Copyright (C) 2014-17 alvations
# URL:
# For license information, see LICENSE.md

from distutils.core import setup

setup(
name='pywsd',
version='1.0',
version='1.0.2',
packages=['pywsd',],
description='Python WSD',
long_description='Python Implementations of Word Sense Disambiguation (WSD) technologies',
Expand Down

0 comments on commit c921012

Please sign in to comment.