Skip to content
This repository was archived by the owner on Jun 10, 2025. It is now read-only.

Commit c793f4d

Browse files
authored
Fixed package metadata (#9)
1 parent 8de14b3 commit c793f4d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

setup.cfg

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = rmux
3-
description = remux allows you to run your local project on multiple remote machines in parallel
3+
description = rmux allows you to run your local project on multiple remote machines in parallel
44
long_description = file: README.md
55
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
66
author = Sorin Sbarnea
@@ -14,8 +14,6 @@ classifiers =
1414
Operating System :: POSIX :: Linux
1515
Programming Language :: Python
1616
Programming Language :: Python :: 3
17-
Programming Language :: Python :: 3.6
18-
Programming Language :: Python :: 3.7
1917
Programming Language :: Python :: 3.8
2018
Programming Language :: Python :: 3.9
2119
Programming Language :: Python :: 3.10

0 commit comments

Comments
 (0)