Commit 08d974cd by Oleksandr Barabash

updated to 1.0.11. wheel requirement was added

parent 360a8ec2
.DS_Store
**/.DS_Store
**.pyc
.idea
venv*
Metadata-Version: 2.1
Name: s1zlibs
Version: 1.0.10
Version: 1.0.11
Summary: s1zlibs
Home-page: https://git.s1z.info/skal/s1zlibs
Author: Barabash Oleksandr
......
LICENSE
README.md
setup.py
s1zlibs/__init__.py
......@@ -5,6 +6,7 @@ s1zlibs/test.py
s1zlibs.egg-info/PKG-INFO
s1zlibs.egg-info/SOURCES.txt
s1zlibs.egg-info/dependency_links.txt
s1zlibs.egg-info/requires.txt
s1zlibs.egg-info/top_level.txt
s1zlibs/jsoner/__init__.py
s1zlibs/jsoner/decorators.py
......
......@@ -5,7 +5,7 @@ with open("README.md", "r") as fh:
setuptools.setup(
name="s1zlibs",
version="1.0.10",
version="1.0.11",
author="Barabash Oleksandr",
author_email="skaltmn@gmail.com",
description="s1zlibs",
......@@ -13,6 +13,7 @@ setuptools.setup(
long_description_content_type="text/markdown",
url="https://git.s1z.info/skal/s1zlibs",
packages=setuptools.find_packages(),
install_requires=['wheel'],
classifiers=[
"Programming Language :: Python :: 2.7",
"Programming Language :: Python :: 3",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment