From 59063f8b6142ddc6fa62932843de950ede0583e2 Mon Sep 17 00:00:00 2001 From: hank110 Date: Sun, 17 Mar 2019 21:40:48 +0900 Subject: [PATCH] package name edited --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index b45f787..acb1dc2 100644 --- a/setup.py +++ b/setup.py @@ -1,8 +1,8 @@ from setuptools import setup setup( - name = 'boc', - packages = ['boc'], + name = 'bagofconcepts', + packages = ['bagofconcepts'], version = '0.0.1', license='MIT', description = 'This is python implementation of Bag-of-Concepts, as proposed by the paper "Bag-of-Concepts: Comprehending Document Representation through Clustering Words in Distributed Representation"',