File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22setup (
33 name = 'splashlab' , # How you named your package folder (MyLib)
44 packages = ['splashlab' ], # Chose the same as "name"
5- py_modules = ['splashlab.dimensional_analysis' ],
5+ package_dir = {"packagename" : "src" },
6+ py_modules = ['splashlab.dimensional_analysis' ],
67 version = 'v0.0.4' , # Start with a small number and increase it with every change you make
78 license = 'MIT' , # Chose a license from here: https://help.github.com/articles/licensing-a-repository
89 description = 'A package for fluid mechanic experimentalists' , # Give a short description about your library
910 author = 'Spencer Truman' , # Type in your name
1011 author_email = 'trumans24@gmail.com' , # Type in your E-Mail
1112 url = 'https://github.com/FluidsLab/SplashLab' , # Provide either the link to your github or to your website
12- download_url = 'https://github.com/FluidsLab/SplashLab/archive/refs/tags/v0.0.4 .tar.gz' , # I explain this later on
13+ download_url = 'https://github.com/FluidsLab/SplashLab/archive/refs/tags/v0.0.5 .tar.gz' , # I explain this later on
1314 keywords = ['Fluid Dynamics' , 'Experiment' ], # Keywords that define your package best
1415 install_requires = [ # I get to this in a second
1516 'numpy' ,
You can’t perform that action at this time.
0 commit comments