1
0
mirror of https://gitlab.com/MisterBiggs/bdfparse.git synced 2025-06-16 06:26:39 +00:00

Finally got package working

This commit is contained in:
Anson 2019-07-17 00:25:08 -07:00
parent 83c3284e91
commit a49ce715cc
4 changed files with 3 additions and 2 deletions

View File

1
bdfparse/__init__.py Normal file
View File

@ -0,0 +1 @@
from .bdfparse import Font

View File

@ -9,8 +9,8 @@ with open("README.md", "r") as fh:
long_description = fh.read() long_description = fh.read()
setuptools.setup( setuptools.setup(
name="bdf_to_numpy", name="bdfparse",
version="2019.4", version="2019.6",
author="Anson Biggs", author="Anson Biggs",
author_email="anson@ansonbiggs.com", author_email="anson@ansonbiggs.com",
description="A package for reading .bdf files into NumPy arrays.", description="A package for reading .bdf files into NumPy arrays.",