diff --git a/LICENSE b/LICENSE index bf39ee8..bc19e33 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2017-2020 Oscar Lai +Copyright (c) 2017-2023 Tin Lai (@soraxas) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/MANIFEST.in b/MANIFEST.in new file mode 100644 index 0000000..ae07298 --- /dev/null +++ b/MANIFEST.in @@ -0,0 +1 @@ +include *.md LICENSE requirements.txt diff --git a/setup.py b/setup.py index 67c6892..264bf61 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setuptools.setup( name="echo360", - version="v2.1", + version="v3.0", description="Commandline tool for automated downloads of echo360 videos", long_description=long_description, long_description_content_type="text/markdown",