Skip to content
This repository has been archived by the owner on Aug 13, 2022. It is now read-only.

Commit

Permalink
setup file
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL committed Sep 23, 2018
1 parent 75846de commit 3164fcc
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
import setuptools

with open("README.md", "r") as fh:
long_description = fh.read()

setuptools.setup(
name="area4",
version="1.0.0",
author="RDIL",
author_email="contactspaceboom@gmail.com",
description="Dividers in Python, the easy way! Four different types.",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/RDIL/area4",
packages=setuptools.find_packages(),
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
],
)

0 comments on commit 3164fcc

Please sign in to comment.