Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
samcarsonx committed Aug 6, 2019
1 parent df1ddc4 commit 20d8afa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
setup(
name = 'yggdrasil-py',
packages = ['yggdrasil'],
version = '1.0.3',
version = '1.0.4',
license='MIT',
description = 'Python wrapper for Mojang\'s Yggdrasil authentication service.',
long_description=long_description,
long_description_content_type='text/markdown',
author = 'Sam Carson',
author_email = 'me@samcarson.xyz',
url = 'https://github.com/samcarsonx/yggdrasil-py',
download_url = 'https://github.com/samcarsonx/yggdrasil-py/archive/1.0.3.tar.gz',
download_url = 'https://github.com/samcarsonx/yggdrasil-py/archive/1.0.4.tar.gz',
keywords = ['mojang','yggdrasil','minecraft','scrolls','authentication'],
install_requires = [],
classifiers=[
Expand Down

0 comments on commit 20d8afa

Please sign in to comment.