Fix lack of description and version meta files

This commit is contained in:
Bartłomiej Pluta
2019-10-11 16:37:43 +02:00
parent 56bd6a909a
commit 70c7c0963b
5 changed files with 11 additions and 6 deletions

View File

@@ -1,9 +1,11 @@
import argparse
import os
from pkg_resources import resource_string
def file(file):
return open(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, file)).read()
return resource_string('smnp.meta', file).decode("utf-8")
class CliParser(object):

View File

@@ -0,0 +1 @@
Simple Music Notation Processor is a command line tool enabling you to do some music stuff using custom domain-specific language.

0
smnp/meta/__init__.py Normal file
View File

View File

@@ -0,0 +1 @@
0.1