Config changes
This commit is contained in:
@ -1,3 +1,4 @@
|
|||||||
include ziffers/*
|
include ziffers/*
|
||||||
|
include ziffers/classes/*
|
||||||
include ziffers/spec/*
|
include ziffers/spec/*
|
||||||
global-include *.lark
|
global-include *.lark
|
||||||
|
|||||||
@ -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 = [
|
||||||
|
|||||||
@ -6,3 +6,4 @@ from .scale import *
|
|||||||
from .converters import *
|
from .converters import *
|
||||||
from .spec import *
|
from .spec import *
|
||||||
from .classes import *
|
from .classes import *
|
||||||
|
from .generators import *
|
||||||
|
|||||||
Reference in New Issue
Block a user