-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from SynBioDex/revamp_testing
Revamp testing
- Loading branch information
Showing
23 changed files
with
6,465 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
from setuptools import setup, find_packages | ||
|
||
setup ( | ||
name='excel2flapjack', | ||
version='1.0.2', | ||
packages=find_packages(where='src'), | ||
package_dir={'':'src'}, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,11 +4,10 @@ | |
version='0.0.1-alpha-1', | ||
url='https://github.com/SynBioDex/Experimental-Data-Converter/', | ||
license='BSD 3-clause', | ||
maintainer='Sai Samineni', | ||
maintainer_email='[email protected]', | ||
include_package_data=True, | ||
description='upload excel resources to flapjack', | ||
packages=find_packages(include=['excel2flapjack']), | ||
packages=find_packages(where="src"), | ||
package_dir={"":"src"}, | ||
long_description=open('README.md').read(), | ||
install_requires=['pyflapjack>=1.0.5', | ||
'numpy>=1.21.2', | ||
|
Binary file not shown.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.