Skip to content

Commit

Permalink
IMP setup.py version bumped to test travis automated deploy mechanism…
Browse files Browse the repository at this point in the history
… (and improve classifiers and pypi documentation)
  • Loading branch information
Tom Clark committed Sep 12, 2019
1 parent 8155494 commit 7c5d016
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,25 @@

setup(
name='twined',
version='0.0.1',
version='0.0.2',
py_modules=[],
install_requires=[],
url='https://www.github.com/octue/twined',
license=license_text,
author='Octue (github: octue)',
description='A library to help digital twins talk to one another.',
long_description=readme_text,
long_description_content_type="text/markdown",
packages=find_packages(exclude=('tests', 'docs')),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
'Development Status :: 4 - Beta',
'Intended Audience :: Developers',
'Topic :: Software Development :: Libraries :: Python Modules',
'License :: OSI Approved :: MIT License',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Operating System :: OS Independent'
],
python_requires='>=3.6',
keywords=['digital', 'twins', 'python', 'schema']
)

0 comments on commit 7c5d016

Please sign in to comment.