We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 247759e + 1dfe0c4 commit 6e03141Copy full SHA for 6e03141
.gitignore
@@ -0,0 +1,4 @@
1
+*.pyc
2
+*.egg-info
3
+build
4
+dist
data/bpython.desktop
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Icon=/usr/share/pixmaps/python.xpm
+Name=bpython
+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