blob: d7a71da3b556d91fe6d323d087d809473768573f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- 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',
|