Skip to content

Commit

Permalink
fix for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
Meowzz95 committed Jul 14, 2019
1 parent 678a817 commit d5d5429
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions build_and_publish.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
python3 setup.py sdist && python3 -m twine upload dist/*
6 changes: 5 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setup(
name='django-weapp-auth',
version='1.0.0',
version='1.0.5',
packages=find_packages(),
include_package_data=True,
license='BSD License',
Expand All @@ -19,6 +19,10 @@
url='https://blog.mimimi.fun/',
author='Meowzz95',
author_email='[email protected]',
install_requires=[
'requests',
'pycrypto'
],
classifiers=[
'Environment :: Web Environment',
'Framework :: Django',
Expand Down
Empty file.

0 comments on commit d5d5429

Please sign in to comment.