We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a9beae commit e8f525cCopy full SHA for e8f525c
1 file changed
setup.cfg
@@ -3,9 +3,17 @@ name = python-emacs
3
version = attr: emacs.__version__
4
description = Python interface to GNU Emacs.
5
long_description = file: README.md
6
+long_description_content_type = text/markdown
7
author = Jared Lumpe
8
author_email = mjlumpe@gmail.com
9
url = https://github.com/jlumpe/python-emacs
10
+classifiers =
11
+ Programming Language :: Python :: 3
12
+ Programming Language :: Python :: 3.5
13
+ Programming Language :: Emacs-Lisp
14
+ License :: OSI Approved :: MIT License
15
+ Development Status :: 4 - Beta
16
+ Topic :: Text Editors :: Emacs
17
18
19
[options]
0 commit comments