SkyMapMod 0.0.2__tar.gz → 0.0.3__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: SkyMapMod
3
- Version: 0.0.2
3
+ Version: 0.0.3
4
4
  Project-URL: Homepage, https://istina.msu.ru/profile/aminevann/
5
5
  Author-email: Anna Amineva <amineva.2219@physics.msu.ru>
6
6
  License-File: LICENSE
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "SkyMapMod"
7
- version = "0.0.2"
7
+ version = "0.0.3"
8
8
  authors = [
9
9
  { name="Anna Amineva", email="amineva.2219@physics.msu.ru" },
10
10
  ]
@@ -2,6 +2,9 @@ import numpy as np
2
2
  import math
3
3
  import matplotlib.pyplot as plt
4
4
 
5
+ def gret():
6
+ print('Hello')
7
+
5
8
  #переопределяю тригонометрические функции, чтобы работать с градусами
6
9
  def cos(x):
7
10
  return math.cos(x * math.pi / 180)
File without changes
File without changes