mirror of
https://gitlab.com/MisterBiggs/bdfparse.git
synced 2025-06-15 14:06:39 +00:00
update repo address
This commit is contained in:
parent
5eefdb3ce1
commit
0e82fef264
4
setup.py
4
setup.py
@ -10,13 +10,13 @@ with open("README.md", "r") as fh:
|
||||
|
||||
setuptools.setup(
|
||||
name="bdfparse",
|
||||
version="2019.7",
|
||||
version="2019.8",
|
||||
author="Anson Biggs",
|
||||
author_email="anson@ansonbiggs.com",
|
||||
description="A package for reading .bdf files into NumPy arrays.",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://gitlab.com/MisterBiggs/bdf-to-numpy",
|
||||
url="https://gitlab.com/MisterBiggs/bdfparse",
|
||||
packages=setuptools.find_packages(),
|
||||
classifiers=[
|
||||
"Programming Language :: Python :: 3.7",
|
||||
|
Loading…
x
Reference in New Issue
Block a user