-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix : .keys() removed * fix : autpep8 scripts updated * fix : setup.py author section updated * fix : minor edit in helper.py
- Loading branch information
1 parent
9cb8af6
commit b3c6c09
Showing
7 changed files
with
23 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
python -m autopep8 gopem --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 rsrc --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 gopem --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose | ||
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose | ||
python -m autopep8 rsrc --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/bash | ||
python -m autopep8 gopem --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 rsrc --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --verbose | ||
python -m autopep8 gopem --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose | ||
python -m autopep8 setup.py --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose | ||
python -m autopep8 rsrc --recursive --aggressive --aggressive --in-place --pep8-passes 2000 --max-line-length 120 --verbose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,7 +33,7 @@ def read_description(): | |
description='GOPEM is a graphical user interface of OPEM', | ||
long_description=read_description(), | ||
long_description_content_type='text/markdown', | ||
author='Mohammad Mahdi Rahimi,Sepand Haghighi,Kasra Askari,Sarmin Hamidi', | ||
author='ECSIM Development Team', | ||
author_email='[email protected]', | ||
url='https://github.com/ecsim/gopem', | ||
download_url='https://github.com/ecsim/gopem/tarball/v0.7', | ||
|