Config changes
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
include ziffers/*
|
||||
include ziffers/classes/*
|
||||
include ziffers/spec/*
|
||||
global-include *.lark
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
[project]
|
||||
name = "python-ziffers"
|
||||
name = "ziffers"
|
||||
version = "0.1.0"
|
||||
description = "Port of the Ziffers numerical notation for Python"
|
||||
authors = [
|
||||
|
||||
@ -5,4 +5,5 @@ from .defaults import *
|
||||
from .scale import *
|
||||
from .converters import *
|
||||
from .spec import *
|
||||
from .classes import *
|
||||
from .classes import *
|
||||
from .generators import *
|
||||
|
||||
Reference in New Issue
Block a user