Skip to content

Commit

Permalink
new minor version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelocker committed Aug 4, 2024
1 parent 048bd7f commit 0cc80cc
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 0 deletions.
Binary file added dist/venvat-0.2.0-py3-none-any.whl
Binary file not shown.
Binary file added dist/venvat-0.2.0.tar.gz
Binary file not shown.
16 changes: 16 additions & 0 deletions venvat.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Metadata-Version: 2.1
Name: venvat
Version: 0.2.0
Summary: A script to activate Python virtual environments.
Author-email: Kelocker <thekelvin0fficials@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/Kelocker/venvat.git
Project-URL: Issues, https://github.com/Kelocker/venvat.git/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE

# venvat
Lazy of typing long code to activate virtual environment in python? Use venvat
12 changes: 12 additions & 0 deletions venvat.egg-info/SOURCES.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
LICENSE
MANIFEST.in
README.md
pyproject.toml
venvat/__init__.py
venvat/main.py
venvat/venvat.ps1
venvat.egg-info/PKG-INFO
venvat.egg-info/SOURCES.txt
venvat.egg-info/dependency_links.txt
venvat.egg-info/entry_points.txt
venvat.egg-info/top_level.txt
1 change: 1 addition & 0 deletions venvat.egg-info/dependency_links.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

2 changes: 2 additions & 0 deletions venvat.egg-info/entry_points.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[console_scripts]
venvat = venvat.main:main
1 change: 1 addition & 0 deletions venvat.egg-info/top_level.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
venvat

0 comments on commit 0cc80cc

Please sign in to comment.