summaryrefslogtreecommitdiff
path: root/setup.cfg
blob: 961eb6d42799b525ea11481e15c9db770a311e9c (plain)
1
2
3
4
5
6
7
8
9
10
[egg_info]
tag_build = dev
tag_date = true

[aliases]
release = egg_info -Db ''
upload = upload --sign --identity=36580288

[bdist_wheel]
universal = 1