Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

Add license argument and classifier to setup.py #4

Merged
merged 2 commits into from
May 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,9 @@ def execfile(fname, globs, locs=None):
long_description=open(os.path.join(repo_root, "README.rst"),
encoding="utf-8").read(),
long_description_content_type="text/x-rst",
license="PSF license",
classifiers=[
"License :: OSI Approved :: Python Software Foundation License",
"Operating System :: OS Independent",
"Programming Language :: Python",
"Programming Language :: Python :: 3.6",
Expand Down
2 changes: 1 addition & 1 deletion shared_memory/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.2'
__version__ = '0.1.3'