|
|
@ -1,11 +1,12 @@ |
|
|
|
import setuptools |
|
|
|
import setuptools |
|
|
|
|
|
|
|
import minecraft_discord_bridge |
|
|
|
|
|
|
|
|
|
|
|
with open("README.md", "r") as fh: |
|
|
|
with open("README.md", "r") as fh: |
|
|
|
long_description = fh.read() |
|
|
|
long_description = fh.read() |
|
|
|
|
|
|
|
|
|
|
|
setuptools.setup( |
|
|
|
setuptools.setup( |
|
|
|
name="minecraft-discord-bridge", |
|
|
|
name="minecraft-discord-bridge", |
|
|
|
version="0.0.1", |
|
|
|
version=minecraft_discord_bridge.__version__, |
|
|
|
author="Tristan Gosselin-Hane", |
|
|
|
author="Tristan Gosselin-Hane", |
|
|
|
author_email="starcraft66@gmail.com", |
|
|
|
author_email="starcraft66@gmail.com", |
|
|
|
description="A bridge between minecraft and discord chat", |
|
|
|
description="A bridge between minecraft and discord chat", |
|
|
|