Adding Chpater 2 files (packages)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
Metadata-Version: 1.2
|
||||
Name: masifutilv2
|
||||
Version: 0.1.0
|
||||
Summary: A sample package for illustration purposes
|
||||
Home-page: http://pypi.python.org/pypi/PackageName/
|
||||
Author: Muhammad Asif
|
||||
Author-email: ma@example.com
|
||||
License: LICENSE.txt
|
||||
Description: # A sample package project
|
||||
|
||||

|
||||
|
||||
A sample project to build a package and then deploy it using different approaches
|
||||
|
||||
Platform: UNKNOWN
|
||||
Requires-Python: >=3.5, <4
|
||||
@@ -0,0 +1,14 @@
|
||||
LICENSE.txt
|
||||
MANIFEST.in
|
||||
README.md
|
||||
setup.cfg
|
||||
setup.py
|
||||
masifutil/__init__.py
|
||||
masifutil/mycalculator.py
|
||||
masifutil/myrandom.py
|
||||
masifutil/advcalc/__init__.py
|
||||
masifutil/advcalc/advcalculator.py
|
||||
masifutilv2.egg-info/PKG-INFO
|
||||
masifutilv2.egg-info/SOURCES.txt
|
||||
masifutilv2.egg-info/dependency_links.txt
|
||||
masifutilv2.egg-info/top_level.txt
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
masifutil
|
||||
masifutil/advcalc
|
||||
Reference in New Issue
Block a user