Skip to content

Commit

Permalink
Remove dependency on visualization (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
jteijema authored Dec 7, 2021
1 parent 8fd5916 commit ff5bf7c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
asreviewcontrib/visualization/_version.py export-subst
asreviewcontrib/wordcloud/_version.py export-subst
3 changes: 1 addition & 2 deletions .zenodo.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
"statistics",
"machine learning",
"text data",
"natural language processing",
"visualization"
"natural language processing"
],
"related_identifiers":[
{
Expand Down
4 changes: 2 additions & 2 deletions asreviewcontrib/wordcloud/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ def get_config():
cfg.VCS = "git"
cfg.style = "pep440"
cfg.tag_prefix = "v"
cfg.parentdir_prefix = "asreview-visualization-"
cfg.versionfile_source = "asreviewcontrib/visualization/_version.py"
cfg.parentdir_prefix = "asreview-wordcloud-"
cfg.versionfile_source = "asreviewcontrib/wordcloud/_version.py"
cfg.verbose = False
return cfg

Expand Down

0 comments on commit ff5bf7c

Please sign in to comment.