Skip to content

Commit d6a9055

Browse files
committed
new release
1 parent 4cb12c9 commit d6a9055

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

foy_python.egg-info/PKG-INFO

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Metadata-Version: 1.0
22
Name: foy-python
3-
Version: 0.0.1
3+
Version: 0.0.2
44
Summary: UNKNOWN
55
Home-page: https://github.com/fountain-of-youth/foy-python-handler
66
Author: Renata Carreira
@@ -21,4 +21,18 @@ Description: Foy - Python Handler
2121
Check for a package's new version:
2222

2323
foy.python -C <package>
24+
25+
Project requirements
26+
------------
27+
28+
Your project should have a requirements.txt file in the following format:
29+
30+
[package]==[version]
31+
32+
Note that you can also use:
33+
34+
[package]>=[version]
35+
[package]<=[version]
36+
[package]>[version]
37+
[package]<[version]
2438
Platform: UNKNOWN

foy_python.egg-info/SOURCES.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
CHANGES.txt
22
LICENSE.txt
33
MANIFEST.in
4+
requirements.txt
45
setup.py
56
foy_python/__init__.py
67
foy_python/cli.py
@@ -13,4 +14,4 @@ foy_python.egg-info/entry_points.txt
1314
foy_python.egg-info/not-zip-safe
1415
foy_python.egg-info/requires.txt
1516
foy_python.egg-info/top_level.txt
16-
test/test.py
17+
test/test_foy_python.py

foy_python.egg-info/requires.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
yolk==0.4.3
2-
sh==1.07
2+
sh==1.07
3+
pytest==2.3.4

0 commit comments

Comments
 (0)