Metadata-Version: 2.4
Name: Tienloi_toanhoc
Version: 0.1.0
Summary: Thu vien toan hoc co ban
Author: Tien Loi
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Dynamic: author
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-python
Dynamic: summary

from setuptools import setup, find_packages

setup(
name="Tienloi_toanhoc",
version="0.1.0",
author="Tien Loi",
description="Thu vien toan hoc co ban",
long_description=open("README.md", encoding="utf-8").read(),
long_description_content_type="text/markdown",
packages=find_packages(),
python_requires=">=3.6",
)
