diff options
author | David Luevano Alvarado <david@luevano.xyz> | 2023-02-17 01:06:26 -0600 |
---|---|---|
committer | David Luevano Alvarado <david@luevano.xyz> | 2023-02-17 01:06:26 -0600 |
commit | a5d9664a9264f45b088cc363331b391a40779b40 (patch) | |
tree | b3d94b185706a60dc3159b405ee04068d1b93a2c /setup.cfg | |
parent | b0d48558606fabfb582358077c3c909c2bbb63e1 (diff) |
finish testing and polishing, add readmev1.0.0
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 24 |
1 files changed, 20 insertions, 4 deletions
@@ -2,19 +2,35 @@ name = pymdvar author = David Luevano Alvarado author_email = david@luevano.xyz -summary = Python-Markdown extension to insert variables +summary = Python-Markdown extension for key-value pair conversion description_file = README.md license = GPLv3 home_page = https://github.com/luevano/pymdvar classifiers = - Programming Language :: Python :: 3 License :: OSI Approved :: GNU General Public License v3 (GPLv3) - Operating System :: Unix - Topic :: Text Processing :: Markup :: HTML + Operating System :: OS Independent, + Programming Language :: Python, + Programming Language :: Python :: 3, + Programming Language :: Python :: 3.7, + Programming Language :: Python :: 3.8, + Programming Language :: Python :: 3.9, + Programming Language :: Python :: 3.10, + Programming Language :: Python :: 3.11, + Programming Language :: Python :: 3 :: Only, + Topic :: Communications :: Email :: Filters, + Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries, + Topic :: Internet :: WWW/HTTP :: Site Management, + Topic :: Software Development :: Documentation, + Topic :: Software Development :: Libraries :: Python Modules, + Topic :: Text Processing :: Filters, + Topic :: Text Processing :: Markup :: HTML, Topic :: Text Processing :: Markup :: Markdown keywords = python + extension + plugin markdown + website [files] packages = |