Skip to content

Commit

Permalink
Added twine to pip[dev] dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dputhier committed Jun 17, 2021
1 parent 72fd902 commit 7513a49
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,19 @@
# A set of builtin packages
# -------------------------------------------------------------------------

import glob
import hashlib
import os
import platform
import re
import shutil
import subprocess
import sys
from subprocess import DEVNULL
from tempfile import NamedTemporaryFile

import glob
import hashlib
import numpy as np
import os
import platform
from Cython.Distutils import build_ext
from tempfile import NamedTemporaryFile

# -------------------------------------------------------------------------
# Python compiler version
Expand Down Expand Up @@ -344,7 +344,8 @@
'sphinx >=1.5.2',
'sphinxcontrib-programoutput >=0.8',
'sphinx_bootstrap_theme >=0.4.9',
'sphinxcontrib-googleanalytics'],
'sphinxcontrib-googleanalytics',
'twine >=3.4.1'],
'gffutils': ['gffutils']},
install_requires=pack_required,
ext_modules=[lib_pygtftk] + [cython_ologram_1, cython_ologram_2, cython_ologram_3, cython_ologram_4])
Expand Down

0 comments on commit 7513a49

Please sign in to comment.