/setup.py (80c339de7fb16b897716cde0f35a64b626790fde) (354 bytes) (mode 100644) (type blob)
from setuptools import setup
setup(name='persia_pytorch_toolkit',
version='0.0.1',
description="Xiangru Lian's toolkit with PyTorch.",
url='https://github.com/ikzk/persia_pytorch_toolkit',
author="Xiangru Lian",
author_email="admin@mail.xrlian.com",
license='Proprietary',
packages=['persia_pytorch_toolkit']
)
Mode |
Type |
Size |
Ref |
File |
040000 |
tree |
- |
90a01769a94b92239d70f8d1fe46eea48d3aa446 |
.gitignore |
100644 |
blob |
106 |
31e29114018d9b0254e2e8d2d46797c484362eff |
README.md |
040000 |
tree |
- |
6d048980c7939f9c1f17aea4d05b64f989911887 |
persia_pytorch_toolkit |
100644 |
blob |
354 |
80c339de7fb16b897716cde0f35a64b626790fde |
setup.py |
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"
Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/ikzk/persia-pytorch-toolkit
Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/ikzk/persia-pytorch-toolkit
Clone this repository using git:
git clone git://git.rocketgit.com/user/ikzk/persia-pytorch-toolkit
You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a
merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main