File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 11[project ]
22name = " simple-wait"
3- version = " 1.0.1"
43authors = [
54 { name =" Ilya Petrash" , email =" ilya.petrash@inbox.ru" },
65]
@@ -12,6 +11,7 @@ classifiers = [
1211 " Programming Language :: Python :: 3" ,
1312 " License :: OSI Approved :: MIT License" ,
1413 " Operating System :: OS Independent" ,
14+ " Topic :: Software Development :: Libraries :: Python Modules" ,
1515]
1616keywords = [" wait" ]
1717
@@ -23,5 +23,8 @@ keywords = ["wait"]
2323requires = [" setuptools" ]
2424build-backend = " setuptools.build_meta"
2525
26+ [tool .setuptools .dynamic ]
27+ version = { attr = " src.simple_wait.__version__" }
28+
2629[tool .setuptools .packages .find ]
2730where = [" src" ]
Original file line number Diff line number Diff line change 22# -*- coding: utf-8 -*-
33
44__author__ = "ipetrash"
5- __version__ = "1.0.1 "
5+ __version__ = "1.0.2 "
66
77
88import sys
You can’t perform that action at this time.
0 commit comments