py.lib.aw_web_tools

Yohn Y. 2024-02-27 Parent:4d3b509e0967 Child:abfbff81c1fb

6:41a5e209558a Go to Latest

py.lib.aw_web_tools/setup.py

Added tag 0.202402.3 for changeset 4d3b509e0967

History
1 from setuptools import setup
3 setup(
4 name='aw_web_tools',
5 version='0.202402.3',
6 packages=['aw_web_tools'],
7 package_dir={'aw_web_tools': 'src/aw_web_tools'},
8 url='https://devel.a0fs.ru/py.lib.aw_web_tools/',
9 author_email='',
10 description=''
11 )