Skip to content

Commit

Permalink
Merge pull request #28 from octue/v0.0.9-hotfix
Browse files Browse the repository at this point in the history
FIX Added setup.cfg to override pypi configuration
  • Loading branch information
thclark committed Jun 18, 2020
2 parents fac0eb1 + 5057bb8 commit 999c88b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
include LICENSE
include README.md
include setup.py
include setup.cfg
include twined/schema/children_schema.json
include twined/schema/manifest_schema.json
include twined/schema/twine_schema.json
Expand Down
3 changes: 2 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[metadata]
description-file = README.md
long_description = file: README.md
long_description_content_type = text/markdown; charset=UTF-8
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
py_modules=[],
install_requires=["jsonschema ~= 3.2.0"],
url="https://www.github.com/octue/twined",
license=license_text,
license='MIT',
author="Octue (github: octue)",
description="A library to help digital twins and data services talk to one another",
long_description=readme_text,
Expand Down

0 comments on commit 999c88b

Please sign in to comment.