File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
import pathlib
2
2
from setuptools import setup
3
+ from RobotFrameworkElasticSearchLibrary import __version__
3
4
4
5
# The directory containing this file
5
6
HERE = pathlib .Path (__file__ ).parent
13
14
# This call to setup() does all the work
14
15
setup (
15
16
name = "RobotFrameworkElasticSearchLibrary" ,
16
- version = "0.0.1" ,
17
+ version = __version__ ,
17
18
description = "Robot Framework ElasticSearch library." ,
18
19
long_description = README ,
19
20
long_description_content_type = "text/markdown" ,
20
21
url = "https://github.com/gianpaolocaprara/robotframework-elasticsearch" ,
21
- download_url = ' ' ,
22
+ download_url = f'https://github.com/gianpaolocaprara/robotframework-elasticsearch/archive/ { __version__ } .tar.gz ' ,
22
23
author = "Gianpaolo Caprara" ,
23
24
author_email = "gianpaolo.caprara@gmail.com" ,
24
25
license = "MIT" ,
You can’t perform that action at this time.
0 commit comments