diff options
-rw-r--r-- | setup.cfg | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -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 = |