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

Commit 4d45943

Browse files
authored
Add license argument and classifier to setup.py (#4)
1 parent 2ae7550 commit 4d45943

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ def execfile(fname, globs, locs=None):
5252
long_description=open(os.path.join(repo_root, "README.rst"),
5353
encoding="utf-8").read(),
5454
long_description_content_type="text/x-rst",
55+
license="PSF license",
5556
classifiers=[
57+
"License :: OSI Approved :: Python Software Foundation License",
5658
"Operating System :: OS Independent",
5759
"Programming Language :: Python",
5860
"Programming Language :: Python :: 3.6",

shared_memory/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.2'
1+
__version__ = '0.1.3'

0 commit comments

Comments
 (0)