File tree Expand file tree Collapse file tree 4 files changed +9
-4
lines changed
Expand file tree Collapse file tree 4 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
3+ ## compliancelib v0.12.2
4+ - Correcting link in README.rst
5+
36## compliancelib v0.12.1
47- Add GPL 3.0 license
58
Original file line number Diff line number Diff line change @@ -23,3 +23,5 @@ include compliancelib/data/dependencies/RA-.txt
2323include compliancelib/data/dependencies/SA-.txt
2424include compliancelib/data/dependencies/SE-.txt
2525include compliancelib/data/dependencies/SI-.txt
26+ include compliancelib/data/AU_policy_component.yaml
27+ include compliancelib/data/UAA_component.yaml
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ compliancelib
22=============
33Machine readable cybersecurity compliance standards library for Python, starting with FISMA and NIST Risk Management Framework
44
5- Source code: https://github.com/govready/compliancelib-python
5+ Source code: https://github.com/govready/compliancelib-python/
66
7- For more history, see earlier prototype 800-53-Control-Server (https://github.com/govready/800-53-server).
7+ For more history, see earlier prototype 800-53-Control-Server (https://github.com/govready/800-53-server/ ).
88
99Goal
1010----
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ def readme():
55 return f .read ()
66
77setup (name = 'compliancelib' ,
8- version = '0.13.0 ' ,
8+ version = '0.12.2 ' ,
99 description = 'A python library for modeling IT Compliance' ,
1010 long_description = readme (),
1111 classifiers = [
@@ -17,7 +17,7 @@ def readme():
1717 # 'Development Status :: 5 - Production/Stable',
1818 # 'Development Status :: 6 - Mature',
1919 # 'Development Status :: 7 - Inactive',
20- 'License :: OSI Approved :: GPL 3.0 ' ,
20+ 'License :: OSI Approved :: GNU General Public License v3 (GPLv3) ' ,
2121 'Programming Language :: Python :: 3.0' ,
2222 'Operating System :: MacOS' ,
2323 'Operating System :: Unix' ,
You can’t perform that action at this time.
0 commit comments