Install yasnippet and vala-snippets packages
This commit is contained in:
14
elpa/yasnippet-20160924.2001/snippets/python-mode/setup
Normal file
14
elpa/yasnippet-20160924.2001/snippets/python-mode/setup
Normal file
@@ -0,0 +1,14 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: setup
|
||||
# key: setup
|
||||
# group: distribute
|
||||
# --
|
||||
from setuptools import setup
|
||||
|
||||
package = '${1:name}'
|
||||
version = '${2:0.1}'
|
||||
|
||||
setup(name=package,
|
||||
version=version,
|
||||
description="${3:description}",
|
||||
url='${4:url}'$0)
|
Reference in New Issue
Block a user