aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg23
1 files changed, 23 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
new file mode 100644
index 0000000..8aed49d
--- /dev/null
+++ b/setup.cfg
@@ -0,0 +1,23 @@
+[metadata]
+name = yapymake
+version = attr: yapymake.VERSION
+url = https://nest.pijul.com/boringcactus/yapymake:canon
+author = Melody Horn / boringcactus
+author_email = melody@boringcactus.com
+classifiers =
+ Environment :: Console
+ Intended Audience :: Developers
+ License :: Other/Proprietary License
+ Operating System :: OS Independent
+ Topic :: Software Development :: Build Tools
+# license_files =
+description = attr: yapymake.DESCRIPTION
+long_description = file: README.md
+keywords = build, make
+
+[options]
+packages = yapymake
+
+[options.entry_points]
+console_scripts =
+ yapymake = yapymake:main