Skip to content

Commit

Permalink
Create setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlover101 authored Feb 17, 2022
1 parent f91764c commit f2919b7
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions eqsolvcarlover101/setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import setuptools

with open("/home/runner/Package/eqsolvcarlover101/README.md", "r") as fhandle:
long_description = fhandle.read()

setuptools.setup(
name="eqsolvcarlover101",
version="1.1.2",
author="Zakkai Thomas",
author_email="zmanmustang2017@gmail.com",
description="Automatic equation solver",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Carlover101/equation-solver",
packages=["eqsolvcarlover101/equation","eqsolvcarlover101"],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
python_requires='>=3.6',
)

0 comments on commit f2919b7

Please sign in to comment.