Skip to content

Commit

Permalink
Update the manifest to include more files and bump version number (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigist-d authored Sep 22, 2021
1 parent d96839e commit c626c2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
include *.txt
include *.md
include LICENSE
recursive-include sesemi *.py
recursive-include sesemi *.yaml
recursive-include sesemi *.md
recursive-include sesemi *.txt
global-exclude *.pyc
global-exclude __pycache__
global-exclude __pycache__
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

setup(
name="sesemi",
version="0.1.1",
version="0.2.0",
description="Image Classification with Self-Supervised Regularization",
author="Flyreel AI",
author_email="[email protected]",
packages=find_packages(include=["sesemi"]),
packages=find_packages(include=["sesemi*"]),
entry_points={"console_scripts": ["open_sesemi = sesemi.trainer.cli:open_sesemi"]},
url="https://github.com/FlyreelAI/sesemi/",
include_package_data=True,
Expand Down

0 comments on commit c626c2b

Please sign in to comment.