We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd8ef99 commit 5b7f9b0Copy full SHA for 5b7f9b0
1 file changed
setup.py
@@ -9,18 +9,15 @@ def read_requirements():
9
10
11
def read_readme():
12
- # Get the directory where setup.py is located
13
here = os.path.abspath(os.path.dirname(__file__))
14
- # Construct the path to README.md
15
readme_path = os.path.join(here, 'README.md')
16
17
- # Read and return the content of README.md
18
with open(readme_path, 'r', encoding='utf-8') as f:
19
return f.read()
20
21
setup(
22
name="CodonTransformer",
23
- version="1.2.8",
+ version="1.2.9",
24
packages=find_packages(),
25
install_requires=read_requirements(),
26
author="Adibvafa Fallahpour",
0 commit comments