commit
This commit is contained in:
parent
de601e6968
commit
7881949a5a
5
setup.py
5
setup.py
@ -3,10 +3,6 @@
|
||||
from setuptools import setup, find_packages
|
||||
import os
|
||||
|
||||
# Read the README file for the long description
|
||||
with open("README.md", "r", encoding="utf-8") as fh:
|
||||
long_description = fh.read()
|
||||
|
||||
# Read requirements from requirements.txt
|
||||
with open("requirements.txt") as f:
|
||||
requirements = f.read().splitlines()
|
||||
@ -15,7 +11,6 @@ setup(
|
||||
name='bi_utils',
|
||||
version='0.1.0',
|
||||
description='A Bi Utils Code',
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
author='BI',
|
||||
author_email='BI@bi.ir',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user