aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg8
1 files changed, 2 insertions, 6 deletions
diff --git a/setup.cfg b/setup.cfg
index 66ce350..87a2e71 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,17 +12,13 @@ classifiers =
Topic :: Software Development :: Build Tools
license_files =
LICENSE.md
-description = attr: yapymake.DESCRIPTION
+description = A (mostly) POSIX-compatible make implemented in Python
long_description = file: README.md
+long_description_content_type = text/markdown
keywords = build, make
[options]
packages = find:
-package_dir =
- =.
-
-[options.packages.find]
-where = .
[options.entry_points]
console_scripts =