Skip to content

Commit

Permalink
setup.cfg: Fix description/classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
cptpcrd committed Oct 10, 2020
1 parent d909616 commit 160a2c1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = pyprctl
version = attr: pyprctl.__version__
url = https://github.com/cptpcrd/pyprctl
description = A partial reimplementation of psutil in pure Python using ctypes.
description = An interface to Linux's prctl() syscall written in pure Python using ctypes.
long_description = file: README.md
long_description_content_type = text/markdown
license = MIT
Expand All @@ -12,10 +12,6 @@ classifiers =
Programming Language :: Python :: 3.7
Programming Language :: Python :: 3.8
Operating System :: POSIX :: Linux
Operating System :: POSIX :: BSD :: OpenBSD
Operating System :: POSIX :: BSD :: NetBSD
Operating System :: POSIX :: BSD :: FreeBSD
Operating System :: MacOS :: MacOS X
[options]
packages = find:
Expand Down

0 comments on commit 160a2c1

Please sign in to comment.