Skip to content

Commit

Permalink
Fix version and license info
Browse files Browse the repository at this point in the history
  • Loading branch information
terwilligergreen committed Aug 1, 2016
1 parent 51c7ce2 commit 44d6d97
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Change Log

## compliancelib v0.12.2
- Correcting link in README.rst

## compliancelib v0.12.1
- Add GPL 3.0 license

Expand Down
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ include compliancelib/data/dependencies/RA-.txt
include compliancelib/data/dependencies/SA-.txt
include compliancelib/data/dependencies/SE-.txt
include compliancelib/data/dependencies/SI-.txt
include compliancelib/data/AU_policy_component.yaml
include compliancelib/data/UAA_component.yaml
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ compliancelib
=============
Machine readable cybersecurity compliance standards library for Python, starting with FISMA and NIST Risk Management Framework

Source code: https://github.com/govready/compliancelib-python
Source code: https://github.com/govready/compliancelib-python/

For more history, see earlier prototype 800-53-Control-Server (https://github.com/govready/800-53-server).
For more history, see earlier prototype 800-53-Control-Server (https://github.com/govready/800-53-server/).

Goal
----
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def readme():
return f.read()

setup(name='compliancelib',
version='0.13.0',
version='0.12.2',
description='A python library for modeling IT Compliance',
long_description=readme(),
classifiers=[
Expand All @@ -17,7 +17,7 @@ def readme():
# 'Development Status :: 5 - Production/Stable',
# 'Development Status :: 6 - Mature',
# 'Development Status :: 7 - Inactive',
'License :: OSI Approved :: GPL 3.0',
'License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
'Programming Language :: Python :: 3.0',
'Operating System :: MacOS',
'Operating System :: Unix',
Expand Down

0 comments on commit 44d6d97

Please sign in to comment.