Prep for 1.0 release

* Remove "pre-1.0" warnings in docs, readme
* Jump trove classifer from pre-alpha all the way up to stable
  (arguably this should have been "beta" for the past several months)
This commit is contained in:
medmunds
2017-09-08 17:16:18 -07:00
parent a67e174f38
commit 01f56ae2b0
4 changed files with 2 additions and 32 deletions

View File

@@ -53,7 +53,7 @@ setup(
test_suite="runtests.runtests",
tests_require=["mock", "sparkpost"],
classifiers=[
"Development Status :: 2 - Pre-Alpha",
"Development Status :: 5 - Production/Stable",
"Programming Language :: Python",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: Implementation :: CPython",