Merge pull request #202 from goodboy/first_pypi_release

First alpha
stream_clones
goodboy 2021-02-28 22:02:00 -05:00 committed by GitHub
commit 0f4f7f05cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -57,12 +57,12 @@ setup(
'multiprocessing' 'multiprocessing'
], ],
classifiers=[ classifiers=[
'Development Status :: 3 - Alpha', "Development Status :: 3 - Alpha",
'License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)' "Operating System :: POSIX :: Linux",
'Operating System :: POSIX :: Linux', "Operating System :: Microsoft :: Windows",
"Framework :: Trio", "Framework :: Trio",
"License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)",
"Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3 :: Only",
"Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.8",