UBC-MDS / nlpsummarize

Python package that provides a nice summary of all character columns in a pandas dataframe.
MIT License
0 stars 1 forks source link

update toml file #54

Closed vigchandra closed 4 years ago

vigchandra commented 4 years ago

You must add the following to the tool section of your pyproject.toml file for this to work (filling in with the appropriate value):

[tool.semantic_release] version_variable = "/init.py:version" version_source = "commit" upload_to_pypi = "false" patch_without_tag = "true"

vigchandra commented 4 years ago

Completed this action and the build is successful.