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

Commit

Permalink
Bump to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PJB3005 committed Apr 20, 2018
1 parent 2b7891e commit bbfb6dc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
5 changes: 5 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[metadata]
license_file = LICENSE

[bdist_wheel]
universal=1
7 changes: 5 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env python3``
#!/usr/bin/env python3
from setuptools import setup

setup(
name="RSI.py",
version="1.0.2",
version="1.1.0",
description="A library for manipulation of the RSI format used in Space Station 14.",
url="https://github.com/space-wizards/RSI.py",
author="Pieter-Jan Briers",
Expand All @@ -23,5 +23,8 @@
"Programming Language :: Python :: 3.6",
"Topic :: Software Development :: Libraries :: Python Modules"
],
project_urls={
"Source": "https://github.com/space-wizards/RSI.py"
},
entry_points={'console_scripts': ['rsi=rsi.__main__:main']},
)

0 comments on commit bbfb6dc

Please sign in to comment.