Config changes

This commit is contained in:
2023-03-18 19:32:11 +02:00
parent 830cc94744
commit c9b6a01ef3
3 changed files with 4 additions and 2 deletions

View File

@ -1,3 +1,4 @@
include ziffers/* include ziffers/*
include ziffers/classes/*
include ziffers/spec/* include ziffers/spec/*
global-include *.lark global-include *.lark

View File

@ -1,5 +1,5 @@
[project] [project]
name = "python-ziffers" name = "ziffers"
version = "0.1.0" version = "0.1.0"
description = "Port of the Ziffers numerical notation for Python" description = "Port of the Ziffers numerical notation for Python"
authors = [ authors = [

View File

@ -5,4 +5,5 @@ from .defaults import *
from .scale import * from .scale import *
from .converters import * from .converters import *
from .spec import * from .spec import *
from .classes import * from .classes import *
from .generators import *