Skip to content

Commit

Permalink
DOC updated classifiers, python dependency and fixed doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Clark committed Sep 12, 2019
1 parent bc2334b commit d9c1386
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/gemini.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ The aim of **twined** is to enable the following principles in particular:
#. Openness (using an open-source project to create schema for applications/twins that can be run anywhere, anywhen)
#. Federation (encouraging a standardised way of connecting twins together)
#. Security (making sure schemas and data can be read safely)
#. Public Good (see our nano-rant about climate change in :ref:`reason_for_being`:)
#. Public Good (see our nano-rant about climate change in :ref:`reason_for_being`)
8 changes: 7 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,13 @@
author='Octue (github: octue)',
description='A library to help digital twins talk to one another.',
long_description=readme_text,
packages=find_packages(exclude=('tests', 'docs'))
packages=find_packages(exclude=('tests', 'docs')),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
)


Expand Down

0 comments on commit d9c1386

Please sign in to comment.