Myosotis-Researches 0.0.1__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.
- {myosotis_researches-0.0.1 → myosotis_researches-0.0.3/Myosotis_Researches.egg-info}/PKG-INFO +1 -1
- {myosotis_researches-0.0.1 → myosotis_researches-0.0.3}/Myosotis_Researches.egg-info/SOURCES.txt +3 -2
- myosotis_researches-0.0.3/Myosotis_Researches.egg-info/top_level.txt +1 -0
- {myosotis_researches-0.0.1/Myosotis_Researches.egg-info → myosotis_researches-0.0.3}/PKG-INFO +1 -1
- myosotis_researches-0.0.3/myosotis_researches/CcGAN/__init__.py +3 -0
- myosotis_researches-0.0.3/myosotis_researches/__init__.py +3 -0
- {myosotis_researches-0.0.1 → myosotis_researches-0.0.3}/setup.py +1 -1
- myosotis_researches-0.0.1/Myosotis_Researches.egg-info/top_level.txt +0 -1
- myosotis_researches-0.0.1/myosotis_research/__init__.py +0 -3
- {myosotis_researches-0.0.1 → myosotis_researches-0.0.3}/LICENSE +0 -0
- {myosotis_researches-0.0.1 → myosotis_researches-0.0.3}/Myosotis_Researches.egg-info/dependency_links.txt +0 -0
- {myosotis_researches-0.0.1 → myosotis_researches-0.0.3}/README.md +0 -0
- /myosotis_researches-0.0.1/myosotis_research/CcGAN.py → /myosotis_researches-0.0.3/myosotis_researches/CcGAN/print_hdf5_structure.py +0 -0
- {myosotis_researches-0.0.1 → myosotis_researches-0.0.3}/pyproject.toml +0 -0
- {myosotis_researches-0.0.1 → myosotis_researches-0.0.3}/setup.cfg +0 -0
{myosotis_researches-0.0.1 → myosotis_researches-0.0.3}/Myosotis_Researches.egg-info/SOURCES.txt
RENAMED
@@ -6,5 +6,6 @@ Myosotis_Researches.egg-info/PKG-INFO
|
|
6
6
|
Myosotis_Researches.egg-info/SOURCES.txt
|
7
7
|
Myosotis_Researches.egg-info/dependency_links.txt
|
8
8
|
Myosotis_Researches.egg-info/top_level.txt
|
9
|
-
|
10
|
-
|
9
|
+
myosotis_researches/__init__.py
|
10
|
+
myosotis_researches/CcGAN/__init__.py
|
11
|
+
myosotis_researches/CcGAN/print_hdf5_structure.py
|
@@ -0,0 +1 @@
|
|
1
|
+
myosotis_researches
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name="Myosotis-Researches",
|
5
|
-
version="0.0.
|
5
|
+
version="0.0.3",
|
6
6
|
description="A repository for storing my progress of researches.",
|
7
7
|
long_description=open("README.md").read(),
|
8
8
|
long_description_content_type="text/markdown",
|
@@ -1 +0,0 @@
|
|
1
|
-
myosotis_research
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|