mirror of
https://gitlab.com/MisterBiggs/bdfparse.git
synced 2025-06-15 22:16:41 +00:00
Finally got package working
This commit is contained in:
parent
83c3284e91
commit
a49ce715cc
1
bdfparse/__init__.py
Normal file
1
bdfparse/__init__.py
Normal file
@ -0,0 +1 @@
|
||||
from .bdfparse import Font
|
4
setup.py
4
setup.py
@ -9,8 +9,8 @@ with open("README.md", "r") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
setuptools.setup(
|
||||
name="bdf_to_numpy",
|
||||
version="2019.4",
|
||||
name="bdfparse",
|
||||
version="2019.6",
|
||||
author="Anson Biggs",
|
||||
author_email="anson@ansonbiggs.com",
|
||||
description="A package for reading .bdf files into NumPy arrays.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user