mirror of
https://github.com/yawaflua/Minecraft_server_creating-BETA-.git
synced 2026-04-24 16:40:40 +03:00
Create setup.py
This commit is contained in:
@@ -0,0 +1,14 @@
|
|||||||
|
from setuptools import setup
|
||||||
|
|
||||||
|
from my_pip_package import __version__
|
||||||
|
|
||||||
|
setup(
|
||||||
|
name='minecraft_server_installer',
|
||||||
|
version=__version__,
|
||||||
|
|
||||||
|
url='https://github.com/YaFlay/Minecraft_server_creating',
|
||||||
|
author='Dima YaFlay',
|
||||||
|
author_email='yaflay@vk.com',
|
||||||
|
|
||||||
|
py_modules=['minecraft_server_installer'],
|
||||||
|
)
|
||||||
Reference in New Issue
Block a user