Skip to content

Commit

Permalink
Merge pull request #3 from NeonGeckoCom/dev
Browse files Browse the repository at this point in the history
Merge pull request #2 from NeonGeckoCom/FIX_SetupPy
  • Loading branch information
NeonDaniel authored Sep 14, 2021
2 parents 8f57d71 + 69ba856 commit 68aeb4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def get_requirements(requirements_filename: str):
version = line.split("'")[1]

setup(
name='libretranslate_neon_plugin',
name='neon-lang-plugin-libretranslate',
version=version,
description='',
url='',
Expand All @@ -72,6 +72,7 @@ def get_requirements(requirements_filename: str):
packages=['libretranslate_neon_plugin'],
install_requires=get_requirements(requirements_filename='requirements.txt'),
long_description=long_description,
long_description_content_type="text/markdown",
zip_safe=True,
classifiers=[
'Development Status :: 3 - Alpha',
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
# NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

__version__ = "0.0.2"
__version__ = "0.1.0"

0 comments on commit 68aeb4c

Please sign in to comment.