Skip to content

Commit 10759a0

Browse files
committed
Fixed setup.cfg
1 parent 97be9c7 commit 10759a0

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

setup.cfg

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[metadata]
22
name = pybots
3-
version = attr: pybots.__info__.__version__
3+
version = file: tinyscript/VERSION.txt
44
author = Alexandre D'Hondt
55
author-email = alexandre.dhondt@gmail.com
66
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
88
long_description = file: README.md
99
long_description_content_type = text/markdown
1010
keywords =
@@ -14,6 +14,7 @@ keywords =
1414
framework
1515
cli
1616
devkit
17+
robots
1718
license = AGPLv3
1819
license-file = LICENSE
1920
classifier =
@@ -28,6 +29,7 @@ classifier =
2829
Programming Language :: Python :: 3.5
2930
Programming Language :: Python :: 3.6
3031
Programming Language :: Python :: 3.7
32+
Programming Language :: Python :: 3.8
3133
Topic :: Software Development :: Libraries :: Python Modules
3234
3335
[options]

0 commit comments

Comments
 (0)