Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Erotemic committed Apr 14, 2019
1 parent 1e9bb39 commit e37bf72
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,10 @@ def parse_requirements(fname='requirements.txt'):
classifiers=[
# List of classifiers available at:
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
'Development Status :: 3 - Alpha',
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Utilities',
"Topic :: Text Editors",
# This should be interpreted as Apache License v2.0
'License :: OSI Approved :: Apache Software License',
# Supported Python versions
Expand Down
7 changes: 7 additions & 0 deletions vimtk/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -563,6 +563,13 @@ def autogen_imports(fpath_or_text):
return import_block


def _linux_install():
"""
Installs vimtk to the standard pathogen bundle directory
"""
pass


CONFIG = Config()

if __name__ == '__main__':
Expand Down

0 comments on commit e37bf72

Please sign in to comment.