Skip to content

Commit

Permalink
cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
erdogant committed May 17, 2024
1 parent 64c4108 commit 7438585
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 78 deletions.
2 changes: 1 addition & 1 deletion caerus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

__author__ = 'Erdogan Tasksen'
__email__ = '[email protected]'
__version__ = '0.1.9'
__version__ = '0.1.10'

# module level doc-string
__doc__ = """
Expand Down
23 changes: 0 additions & 23 deletions make_build.sh

This file was deleted.

17 changes: 0 additions & 17 deletions make_clean.sh

This file was deleted.

36 changes: 0 additions & 36 deletions make_sphinx_and_commit.sh

This file was deleted.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
raise RuntimeError("Unable to find version string in %s." % (VERSIONFILE,))

# Setup ------------
with open("README.md", "r") as fh:
with open("README.md", "r", encoding="utf8") as fh:
long_description = fh.read()
setuptools.setup(
install_requires=['wget','matplotlib','numpy','pandas','tqdm'],
Expand Down

0 comments on commit 7438585

Please sign in to comment.