Skip to content

Commit

Permalink
Updated contact info and removed Travis badge and refs.
Browse files Browse the repository at this point in the history
  • Loading branch information
cneskey committed Oct 26, 2023
1 parent 2a57db5 commit f021ebe
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 Theo Naunheim
Copyright (c) 2023 Hive Systems LLC

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 1 addition & 3 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@ pyfair
:alt: logo
:width: 100px

|rtd_badge| |travis_badge| |pypi_badge|
|rtd_badge| |pypi_badge|

.. |rtd_badge| image:: https://readthedocs.org/projects/pyfair/badge/?version=latest

.. |travis_badge| image:: https://travis-ci.org/theonaunheim/pyfair.svg?branch=master

.. |pypi_badge| image:: https://badge.fury.io/py/pyfair.svg

Factor Analysis of Information Risk (FAIR) model written in Python.
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
# -- Project information -----------------------------------------------------

project = 'pyfair'
copyright = '2020, Theo Naunheim'
author = 'Theo Naunheim'
copyright = '2023, Hive Systems LLC'
author = 'Hive Systems'

# The short X.Y version
version = '0.1.12'
Expand Down Expand Up @@ -137,7 +137,7 @@
# author, documentclass [howto, manual, or own class]).
latex_documents = [
(master_doc, 'pyfair.tex', 'pyfair Documentation',
'Theo Naunheim', 'manual'),
'Hive Systems', 'manual'),
]


Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@
"Open FAIR" is a trademark of the Open Group.
""",
author="Theo Naunheim",
author_email="theonaunheim@gmail.com",
author="Hive Systems",
author_email="pyfair@hivesystems.io",
packages=[
"pyfair",
"pyfair.model",
"pyfair.report",
"pyfair.utility",
],
license="MIT",
url="https://github.com/theonaunheim/pyfair",
url="https://github.com/Hive-Systems/pyfair",
keywords=["FAIR", "risk"],
classifiers=[
"Development Status :: 3 - Alpha",
Expand Down
2 changes: 1 addition & 1 deletion static/output.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
<tbody>
<tr>
<th>Author</th>
<td>theon</td>
<td>HiveSystems</td>
</tr>
<tr>
<th>Created</th>
Expand Down

0 comments on commit f021ebe

Please sign in to comment.