File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
[metadata]
2
2
name = pybots
3
- version = attr: pybots.__info__.__version__
3
+ version = file: tinyscript/VERSION.txt
4
4
author = Alexandre D' Hondt
5
5
author-email = alexandre.dhondt@gmail.com
6
6
home-page = https://github.com/dhondta/python-pybots
7
- description = Devkit for quickly creating client bots for remote communications
7
+ description = Devkit for quickly creating client robots for remote communications
8
8
long_description = file: README.md
9
9
long_description_content_type = text/markdown
10
10
keywords =
@@ -14,6 +14,7 @@ keywords =
14
14
framework
15
15
cli
16
16
devkit
17
+ robots
17
18
license = AGPLv3
18
19
license-file = LICENSE
19
20
classifier =
@@ -28,6 +29,7 @@ classifier =
28
29
Programming Language :: Python :: 3.5
29
30
Programming Language :: Python :: 3.6
30
31
Programming Language :: Python :: 3.7
32
+ Programming Language :: Python :: 3.8
31
33
Topic :: Software Development :: Libraries :: Python Modules
32
34
33
35
[options]
You can’t perform that action at this time.
0 commit comments