File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- ![ Logo] ( docs/assets/1build-logo.png )
1
+ ![ Logo] ( https://github.com/gopinath-langote/1build/blob/master/ docs/assets/1build-logo.png?raw=true )
2
2
3
3
4
4
[ ![ PyPi Version] ( https://img.shields.io/pypi/v/1build.svg )] ( https://pypi.org/project/1build/ )
Original file line number Diff line number Diff line change 4
4
long_description = fh .read ()
5
5
setuptools .setup (
6
6
name = '1build' ,
7
- version = '0.0.3 ' ,
7
+ version = '0.0.4 ' ,
8
8
scripts = ['1build' ],
9
9
license = "MIT License" ,
10
10
author = "Gopinath Langote" ,
11
11
install_requires = [
12
12
'ruamel.yaml>=0.15.94'
13
13
],
14
14
15
- description = "Unified build command for all project using underlying different build tools ." ,
15
+ description = "Frictionless way of managing project-specific commands ." ,
16
16
long_description = long_description ,
17
17
long_description_content_type = "text/markdown" ,
18
18
url = "https://github.com/gopinath-langote/1build" ,
You can’t perform that action at this time.
0 commit comments