Update setup.py

This commit is contained in:
2019-04-25 09:27:09 -04:00
committed by GitHub
parent 57d1f493ff
commit ecc0be953b
+2 -2
View File
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
# Note: To use the 'upload' functionality of this file, you must:
# $ pip install twine
# $ pipenv install twine --dev
import io
import os
@@ -18,7 +18,7 @@ URL = 'https://github.com/me/myproject'
EMAIL = 'me@example.com'
AUTHOR = 'Awesome Soul'
REQUIRES_PYTHON = '>=3.6.0'
VERSION = None
VERSION = '0.1.0'
# What packages are required for this module to be executed?
REQUIRED = [