mirror of
https://git.freebsd.org/ports.git
synced 2025-05-16 01:01:49 -04:00
11 lines
325 B
Python
11 lines
325 B
Python
--- setup.py.orig 2019-09-09 18:56:17 UTC
|
|
+++ setup.py
|
|
@@ -2,7 +2,7 @@ from setuptools import setup
|
|
|
|
from setuptools import setup
|
|
|
|
-setup(name='HeapDict',
|
|
+setup(name='heapdict',
|
|
version='1.0.1',
|
|
description='a heap with decrease-key and increase-key operations',
|
|
author='Stutzbach Enterprises, LLC',
|