rename dcd -> dec8
This commit is contained in:
parent
ee1c52a1c7
commit
27a7ecf53d
8 changed files with 5 additions and 5 deletions
2
README
2
README
|
@ -1,3 +1,3 @@
|
||||||
# dcd
|
# dec8
|
||||||
|
|
||||||
Decadic toolkit.
|
Decadic toolkit.
|
||||||
|
|
8
setup.py
8
setup.py
|
@ -1,11 +1,11 @@
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name = "dcd",
|
name = "dec8",
|
||||||
version = "0.1.0",
|
version = "0.2.0",
|
||||||
author = "Decade",
|
author = "Decade",
|
||||||
packages = ["dcd"],
|
packages = ["dec8"],
|
||||||
url = "https://git.decade.cz/decadic/dcd/",
|
url = "https://git.decade.cz/decade/dec8/",
|
||||||
license = "LICENSE",
|
license = "LICENSE",
|
||||||
description = "Decadic toolkit.",
|
description = "Decadic toolkit.",
|
||||||
install_requires = [
|
install_requires = [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue