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

Commit

Permalink
setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Dec 7, 2016
1 parent 2159a26 commit d5c3831
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from setuptools import setup

setup(
name="RSI.py",
version="1.0",
description="A library for manipulation of the RSI format used in YASSS13RTWCF.",
url="https://github.com/NanotrasenInc/RSI.py",
author="Pieter-Jan Briers",
author_email="pieterjan.briers@gmail.com",
license="MIT",
packages=["rsi"]
)

0 comments on commit d5c3831

Please sign in to comment.