rename dtk -> dcd
This commit is contained in:
parent
e7a35d23e5
commit
139381e7fc
7 changed files with 56 additions and 26 deletions
10
setup.py
10
setup.py
|
@ -1,11 +1,11 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name = "dtk",
|
||||
version = "0.0.0",
|
||||
author = "Decadic",
|
||||
packages = ["dtk"],
|
||||
url = "https://git.decade.cz/decadic/dtk/",
|
||||
name = "dcd",
|
||||
version = "0.1.0",
|
||||
author = "Decade",
|
||||
packages = ["dcd"],
|
||||
url = "https://git.decade.cz/decadic/dcd/",
|
||||
license = "LICENSE",
|
||||
description = "Decadic toolkit.",
|
||||
install_requires = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue