mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
11 lines
311 B
Python
11 lines
311 B
Python
--- setup.py.orig 2019-01-14 18:47:41 UTC
|
|
+++ setup.py
|
|
@@ -56,7 +56,7 @@ from distutils.core import setup
|
|
|
|
from distutils.core import setup
|
|
|
|
-setup(name="pickleDB",
|
|
+setup(name="pickledb",
|
|
version="0.9.2",
|
|
description="A lightweight and simple database using json.",
|
|
long_description=__doc__,
|