Skip to content

Commit e8f525c

Browse files
committed
Update metadata
1 parent 1a9beae commit e8f525c

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

setup.cfg

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,17 @@ name = python-emacs
33
version = attr: emacs.__version__
44
description = Python interface to GNU Emacs.
55
long_description = file: README.md
6+
long_description_content_type = text/markdown
67
author = Jared Lumpe
78
author_email = mjlumpe@gmail.com
89
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
917

1018

1119
[options]

0 commit comments

Comments
 (0)