Repositories
Help
py.lib.aw_web_tools
Commits
Files
Yohn Y.
2024-02-25
Parent:
06f00ec09030
Child:
2d0e1f161f26
1:cb0dd8d1c0e9
Go to Latest
py.lib.aw_web_tools/setup.py
Added tag 0.202402.1 for changeset 06f00ec09030
Download raw file
View source
Diff to previous
Annotate
History
Loading...
1
from
setuptools
import
setup
2
3
setup
(
4
name
=
'aw_web_tools'
,
5
version
=
'0.202402.1'
,
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
)