Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Updated version, made minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellsayer committed Dec 4, 2019
1 parent 3864dfe commit 3a30705
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
include README.rst
include README.md
include LICENSE
include requirements*.txt

Expand Down
3 changes: 2 additions & 1 deletion notebook4_constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
notebook<5
notebook<5
tornado<5
6 changes: 4 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_description = ''

if 'upload' in sys.argv or '--long-description' in sys.argv:
with open('README.rst') as f:
with open('README.md') as f:
long_description = f.read()


Expand All @@ -21,13 +21,15 @@ def main():

setup(
name='hybridcontents',
version='0.1.0',
version='0.1.1',
description="Hybrid Content Manager",
long_description=long_description,
author="viaduct.ai",
author_email="[email protected]",
packages=find_packages(include='hybridcontents.*'),
license='Apache 2.0',
download_url=
'https://github.com/viaduct-ai/hybridcontents/archive/v0.1.1.tar.gz',
include_package_data=True,
zip_safe=True,
url="https://github.com/viaduct-ai/hybridcontents",
Expand Down

0 comments on commit 3a30705

Please sign in to comment.