Skip to content

Commit

Permalink
Makes semanticizest installable again
Browse files Browse the repository at this point in the history
Bumped version to v0.1.0
  • Loading branch information
IsaacHaze committed Nov 23, 2014
1 parent 554b175 commit 47a68a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
include LICENSE.txt
include README.rst
include semanticizest/tests/nlwiki-20140927-pages-articles-sample.xml
include semanticizest/parse_wikidump/createtables.sql
2 changes: 1 addition & 1 deletion semanticizest/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0"
__version__ = "0.1.0"
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def requirements():
name="semanticizest",
description="Semanticizer NG",
long_description=readme(),
packages=["semanticizest"],
packages=["semanticizest", "semanticizest.parse_wikidump"],
url="https://github.com/semanticize/semanticizest",
version=__version__,
classifiers=[
Expand All @@ -38,6 +38,7 @@ def requirements():
"Topic :: Text Processing",
],
install_requires=requirements(),
include_package_data=True,
test_suite='nose.collector',
tests_require=['nose'],
)

0 comments on commit 47a68a7

Please sign in to comment.