Skip to content

Commit

Permalink
[v1.1.1] Fix invalid package classifiers
Browse files Browse the repository at this point in the history
  • Loading branch information
sveetch committed Jul 1, 2019
1 parent 0436f01 commit 64a0804
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
5 changes: 5 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@
Changelog
=========

Version 1.1.1 - 2019/07/01
--------------------------

Fix invalid package classifiers in ``setup.cfg`` which blocked package release on Pypi.

Version 1.1.0 - 2019/07/01
--------------------------

Expand Down
26 changes: 13 additions & 13 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
;;
[metadata]
name = Optimus
version = 1.1.0
version = 1.1.1
description = Optimus is a static site builder using Jinja2, webassets and Babel.
long_description = file:README.rst
long_description_content_type = text/x-rst
Expand All @@ -14,18 +14,18 @@ license = MIT
keywords = Static site, Jinja, Babel, webassets

classifiers =
Programming Language :: Python,
License :: OSI Approved :: MIT License,
Operating System :: OS Independent,
Development Status :: 5 - Production/Stable,
Environment :: Web Environment,
Programming Language :: Python,
Programming Language :: Python :: 3,
Programming Language :: Python :: 3.5,
Intended Audience :: Developers,
Topic :: Internet :: WWW/HTTP,
Topic :: Internet :: WWW/HTTP :: Site Management,
Topic :: Software Development :: Libraries :: Python Modules,
Programming Language :: Python
License :: OSI Approved :: MIT License
Operating System :: OS Independent
Development Status :: 5 - Production/Stable
Environment :: Web Environment
Programming Language :: Python
Programming Language :: Python :: 3
Programming Language :: Python :: 3.5
Intended Audience :: Developers
Topic :: Internet :: WWW/HTTP
Topic :: Internet :: WWW/HTTP :: Site Management
Topic :: Software Development :: Libraries :: Python Modules

[options]
include_package_data = True
Expand Down

0 comments on commit 64a0804

Please sign in to comment.