File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.10.2 )
2
- project ("emotiefflib" )
2
+ project ("emotiefflib" VERSION 1.0 )
3
3
4
4
set (CMAKE_CXX_STANDARD 17 )
5
5
set (CMAKE_CXX_STANDARD_REQUIRED ON )
Original file line number Diff line number Diff line change 1
1
"""
2
- High Speed Emotion Intelligence module
2
+ Emotion Efficient Library module
3
3
"""
4
4
5
- __version__ = "0.4 .0"
5
+ __version__ = "1 .0"
Original file line number Diff line number Diff line change 15
15
16
16
setup (
17
17
name = "emotiefflib" ,
18
- version = "0.4 .0" ,
18
+ version = "1 .0" ,
19
19
license = "Apache-2.0" ,
20
20
author = "Andrey Savchenko, Egor Churaev" ,
21
21
author_email = "andrey.v.savchenko@gmail.com, egor.churaev@gmail.com" ,
22
22
packages = find_packages ("." ),
23
- # download_url="https://github.com/HSE-asavchenko/hsemotion-onnx /archive/v0.3.1 .tar.gz",
23
+ download_url = "https://github.com/av-savchenko/EmotiEffLib /archive/v1.0 .tar.gz" ,
24
24
url = "https://github.com/av-savchenko/EmotiEffLib" ,
25
25
description = "EmotiEffLib Python Library for Facial Emotion and Engagement Recognition" ,
26
26
keywords = [
You can’t perform that action at this time.
0 commit comments