aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2021-03-25 21:55:46 -0600
committerMelody Horn <melody@boringcactus.com>2021-03-25 21:55:46 -0600
commitbbbb4bad078043d17637f685b83959753f8dc4ee (patch)
tree6f025c027bffb8ffa22c82c99e3e1d55fea32493 /setup.cfg
parent48ae20ce92d48dce051d9c29e2c16c5bced6b458 (diff)
downloadyapymake-bbbb4bad078043d17637f685b83959753f8dc4ee.tar.gz
yapymake-bbbb4bad078043d17637f685b83959753f8dc4ee.zip
properly handle package metadata
Diffstat (limited to 'setup.cfg')
-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 =