From 27a7ecf53de2b603b5d881b6effd9cf066513dfa Mon Sep 17 00:00:00 2001 From: Martin Sekera Date: Sun, 12 Apr 2020 15:23:38 +0200 Subject: [PATCH] rename dcd -> dec8 --- README | 2 +- {dcd => dec8}/__init__.py | 0 {dcd => dec8}/argv.py | 0 {dcd => dec8}/aux.py | 0 {dcd => dec8}/bit.py | 0 {dcd => dec8}/cfg.py | 0 {dcd => dec8}/dt.py | 0 setup.py | 8 ++++---- 8 files changed, 5 insertions(+), 5 deletions(-) rename {dcd => dec8}/__init__.py (100%) rename {dcd => dec8}/argv.py (100%) rename {dcd => dec8}/aux.py (100%) rename {dcd => dec8}/bit.py (100%) rename {dcd => dec8}/cfg.py (100%) rename {dcd => dec8}/dt.py (100%) diff --git a/README b/README index 706c571..fc1704c 100644 --- a/README +++ b/README @@ -1,3 +1,3 @@ -# dcd +# dec8 Decadic toolkit. diff --git a/dcd/__init__.py b/dec8/__init__.py similarity index 100% rename from dcd/__init__.py rename to dec8/__init__.py diff --git a/dcd/argv.py b/dec8/argv.py similarity index 100% rename from dcd/argv.py rename to dec8/argv.py diff --git a/dcd/aux.py b/dec8/aux.py similarity index 100% rename from dcd/aux.py rename to dec8/aux.py diff --git a/dcd/bit.py b/dec8/bit.py similarity index 100% rename from dcd/bit.py rename to dec8/bit.py diff --git a/dcd/cfg.py b/dec8/cfg.py similarity index 100% rename from dcd/cfg.py rename to dec8/cfg.py diff --git a/dcd/dt.py b/dec8/dt.py similarity index 100% rename from dcd/dt.py rename to dec8/dt.py diff --git a/setup.py b/setup.py index d1ecc0e..9b824b2 100755 --- a/setup.py +++ b/setup.py @@ -1,11 +1,11 @@ from distutils.core import setup setup( - name = "dcd", - version = "0.1.0", + name = "dec8", + version = "0.2.0", author = "Decade", - packages = ["dcd"], - url = "https://git.decade.cz/decadic/dcd/", + packages = ["dec8"], + url = "https://git.decade.cz/decade/dec8/", license = "LICENSE", description = "Decadic toolkit.", install_requires = [