Metadata-Version: 2.1
Name: area-calculator-dci1234
Version: 0.0.3
Author: Maksym Kharchenko
Keywords: python,calculator,math
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Education
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE


### :heavy_plus_sign: Task 2 - creating package on PyPI

Your task is to create your own Python package and publish it on PyPI.  
Read and analyze following steps of publishing package.  
>Think about the job that your package could do!  

Prepare your package in a similar way.  
Make modifications, create newer versions of your package to gain more experience :smiley:


#### **1. Write your Python module and save it under a directory**

#### **2. Create the `setup.py` file with necessary information**

#### **3. Choose a LICENSE and provide a README file for your project**

#### **4. Generate the distribution archives on local machine**

#### **5. Try installing the package on your local machine**

#### **6. Publish the package to the TestPyPi repository to check if all works well**

#### **7. Finally, publish the package to the PyPi repository**

