Skip to content

Commit

Permalink
package name edited
Browse files Browse the repository at this point in the history
  • Loading branch information
hank110 committed Mar 17, 2019
1 parent e57d5b6 commit 59063f8
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
@@ -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"',
Expand Down

0 comments on commit 59063f8

Please sign in to comment.