setup.cfg 595 bytes
[metadata]
name = sample8
version = 0.0.1
author = erfan
description = A transformer based sentiment analyis plugin
long_description = file: README.md
long_description_content_type = text/markdown
url = https://gitlab.memri.io/erfan/sample8
license = MPPL
license_files = LICENSE.txt
classifiers =
    Programming Language :: Python :: 3
[options]
packages = find:
python_requires = >=3.6
install_requires =
    pymemri @ git+https://gitlab.memri.io/memri/pymemri.git@v0.0.17
    pytest
    transformers
    sentencepiece
    protobuf
    torch==1.10.0
[options.packages.find]
where = sample8