Skip to content

Commit

Permalink
Convert to standalone Python file. Remove PEX, build script, virtualenv
Browse files Browse the repository at this point in the history
  • Loading branch information
anorth committed Mar 17, 2019
1 parent 2f48eb6 commit 8e865ce
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 29 deletions.
2 changes: 1 addition & 1 deletion .idea/g-flows.iml → .idea/gflow.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/modules.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions build.sh

This file was deleted.

2 changes: 1 addition & 1 deletion gflow/gflow.py → gflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

def main(argv):
flow = GFlow()
print(argv)
# print(argv)
bin_name = Path(argv[0]).name
method = flow.method(bin_name)
args = argv[1:]
Expand Down
Empty file removed gflow/__init__.py
Empty file.
10 changes: 0 additions & 10 deletions gflow/gflow.egg-info/PKG-INFO

This file was deleted.

6 changes: 0 additions & 6 deletions gflow/gflow.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion gflow/gflow.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion gflow/gflow.egg-info/top_level.txt

This file was deleted.

2 changes: 0 additions & 2 deletions gflow/setup.py

This file was deleted.

2 changes: 0 additions & 2 deletions requirements.txt

This file was deleted.

0 comments on commit 8e865ce

Please sign in to comment.