chnages in build
This commit is contained in:
parent
24817dcc32
commit
327f87ca34
5 changed files with 37 additions and 2 deletions
4
setup.py
4
setup.py
|
@ -12,10 +12,12 @@ else:
|
|||
|
||||
setuptools.setup(
|
||||
name="complib",
|
||||
version="0.0.1",
|
||||
version="0.0.2",
|
||||
author="F-WuTs",
|
||||
author_email="--",
|
||||
description="",
|
||||
summary="Library for the competition",
|
||||
platforms=["any"],
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
url="https://github.com/F-WuTS/compLIB",
|
||||
|
|
Reference in a new issue