Bladeren bron

update gitignore, python version in pipfile

Shiro 2 jaren geleden
bovenliggende
commit
209edc499f
3 gewijzigde bestanden met toevoegingen van 2 en 17 verwijderingen
  1. 1 1
      .github/workflows/packaging.yml
  2. 0 15
      .gitignore
  3. 1 1
      Pipfile

+ 1 - 1
.github/workflows/packaging.yml

@@ -31,7 +31,7 @@ jobs:
       - name: Install Taipy without dependencies
       - name: Install Taipy without dependencies
         run: |
         run: |
           pip install .
           pip install .
-          rm -rf src taipy
+          rm -rf src
 
 
           python -c "import taipy as tp; tp.Scenario"
           python -c "import taipy as tp; tp.Scenario"
           python -c "import taipy as tp; tp.gui"
           python -c "import taipy as tp; tp.gui"

+ 0 - 15
.gitignore

@@ -4,23 +4,8 @@ __pycache__
 
 
 # Distribution / packaging
 # Distribution / packaging
 Pipfile.lock
 Pipfile.lock
-.Python
-env/
 build/
 build/
-develop-eggs/
-dist/
-downloads/
-eggs/
-.eggs/
-lib/
-lib64/
-parts/
-sdist/
-var/
-wheels/
 *.egg-info/
 *.egg-info/
-.installed.cfg
-*.egg
 
 
 # IDE settings
 # IDE settings
 .vscode/
 .vscode/

+ 1 - 1
Pipfile

@@ -11,7 +11,7 @@ taipy-rest = {git = "https://git@github.com/Avaiga/taipy-rest.git@develop"}
 pytest = "*"
 pytest = "*"
 
 
 [requires]
 [requires]
-python_version = "3.9"
+python_version = "3.8"
 
 
 [pipenv]
 [pipenv]
 allow_prereleases = true
 allow_prereleases = true