Skip to content

Commit 56c83e0

Browse files
authored
Merge pull request #26 from unity-sds/deploy-pypi
Modifications for deployment to PyPi, Rename package to mdps_app_generator
2 parents 03d851e + 9b78c89 commit 56c83e0

File tree

3 files changed

+7
-11
lines changed

3 files changed

+7
-11
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,6 @@ build/
88

99
# Virtual Environment
1010
env/
11+
12+
# PyPi distribution files
13+
dist/

README.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,15 @@
2626

2727
## Requirements
2828

29-
* [app-pack-generator](https://github.com/unity-sds/app-pack-generator)
29+
* [app-pack-generator](https://pypi.org/project/app-pack-generator/)
3030
* [Unity-py](https://pypi.org/project/unity-sds-client/)
3131

3232
## Setup Instructions
3333

34-
### Install from Github
34+
### Install from PyPi
3535

3636
```
37-
pip install git+https://github.com/unity-sds/unity-app-generator.git
38-
```
39-
40-
### Install Locally
41-
42-
```
43-
git clone https://github.com/unity-sds/unity-app-generator.git
44-
pip install unity-app-generator
37+
pip install mdps-app-generator
4538
```
4639

4740
## Usage

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ requires = ["setuptools>=62.6.0"]
33
build-backend = "setuptools.build_meta"
44

55
[project]
6-
name = "unity_app_generator"
6+
name = "mdps_app_generator"
77
authors = [
88
{ name = "James McDuffie" },
99
]

0 commit comments

Comments
 (0)