mirror of http://localhost:9400/cloud/cms
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1009 B
Python
27 lines
1009 B
Python
5 months ago
|
from setuptools import setup, find_packages
|
||
|
import os
|
||
|
import sys
|
||
|
import meta
|
||
|
args = {
|
||
|
"name":"qcms",
|
||
|
"version":meta.__version__,
|
||
|
"author":meta.__author__,"author_email":"info@the-phi.com",
|
||
|
"license":meta.__license__,
|
||
|
# "packages":["transport","info","transport/sql"]},
|
||
|
|