Skip to content

Commit 515a502

Browse files
committed
Add Githubfile.
1 parent 3a16b21 commit 515a502

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/Githubfile

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[core]
2+
owner = jacquerie
3+
repo = flask-shell-ptpython
4+
description = Replace the default flask shell command
5+
with a similar one running PTPython.
6+
topics = flask, ptpython, python
7+
8+
[features]
9+
has_issues = true
10+
has_projects = false
11+
has_wiki = false
12+
13+
[merges]
14+
allow_squash_merge = false
15+
allow_merge_commit = false
16+
allow_rebase_merge = true

0 commit comments

Comments
 (0)