Import
This commit is contained in:
parent
7de0e2d9bc
commit
016938c18d
7 changed files with 293 additions and 116 deletions
15
setup.py
Normal file
15
setup.py
Normal file
|
@ -0,0 +1,15 @@
|
|||
from distutils.core import setup
|
||||
|
||||
setup(
|
||||
name = "dtk",
|
||||
version = "0.0.0",
|
||||
author = "Decadic",
|
||||
packages = ["dtk"],
|
||||
url = "https://git.decade.cz/decadic/dtk/",
|
||||
license = "LICENSE",
|
||||
description = "Decadic toolkit.",
|
||||
install_requires = [
|
||||
"jsmin >= 2.2.2",
|
||||
"json >= 2.0.9"
|
||||
]
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue