Skip to content

Commit

Permalink
Fixed package metadata (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored May 3, 2022
1 parent 8de14b3 commit c793f4d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = rmux
description = remux allows you to run your local project on multiple remote machines in parallel
description = rmux allows you to run your local project on multiple remote machines in parallel
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8; variant=GFM
author = Sorin Sbarnea
Expand All @@ -14,8 +14,6 @@ classifiers =
Operating System :: POSIX :: Linux
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.6
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Programming Language :: Python :: 3.9
Programming Language :: Python :: 3.10
Expand Down

0 comments on commit c793f4d

Please sign in to comment.