File tree Expand file tree Collapse file tree 5 files changed +5
-36
lines changed
Expand file tree Collapse file tree 5 files changed +5
-36
lines changed Original file line number Diff line number Diff line change 99 steps :
1010 - uses : actions/checkout@v1
1111 - name : Set up Python 3.7
12- uses : actions/setup-python@v1
12+ uses : actions/setup-python@v4
1313 with :
1414 python-version : 3.7
1515 - name : Install dependencies
Original file line number Diff line number Diff line change 1010 steps :
1111 - uses : actions/checkout@v1
1212 - name : Set up Python
13- uses : actions/setup-python@v1
13+ uses : actions/setup-python@v4
1414 with :
1515 python-version : ' 3.x'
1616 - name : Install dependencies
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11include requirements.txt
2- include .metwork-framework/ README.md
2+ include README.md
Original file line number Diff line number Diff line change 55 line for line in reqs .read ().split ('\n ' )
66 if (line and not line .startswith ('--' )) and (";" not in line )]
77
8- with open (".metwork-framework/ README.md" ) as f :
8+ with open ("README.md" ) as f :
99 long_description = f .read ()
1010
1111setup (
1212 author = "Fabien MARTY" ,
1313 author_email = "fabien.marty@gmail.com" ,
1414 name = "jinja2_getenv_extension" ,
15- version = "1.0.1 " ,
15+ version = "1.0.2 " ,
1616 license = "BSD" ,
1717 packages = find_packages (),
1818 install_requires = install_requires ,
You can’t perform that action at this time.
0 commit comments