Skip to content

Commit 6e03141

Browse files
committed
I have no idea how this work, whatever.
2 parents 247759e + 1dfe0c4 commit 6e03141

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
*.pyc
2+
*.egg-info
3+
build
4+
dist

data/bpython.desktop

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
[Desktop Entry]
2+
Icon=/usr/share/pixmaps/python.xpm
3+
Name=bpython
4+
Comment=A fancy interface to the python interpreter!
5+
Exec=/usr/bin/bpython
6+
Terminal=true
7+
Type=Application
8+
Categories=Development;Utility;ConsoleOnly;
9+
StartupNotify=true

0 commit comments

Comments
 (0)