Skip to content

Commit 1c42189

Browse files
committed
Add classifier to prevent accidental upload to PyPI
1 parent b42d377 commit 1c42189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
url='https://github.com/pavlidisLab/rnaseq-pipeline',
1010
author='Guillaume Poirier-Morency',
1111
author_email='poirigui@msl.ubc.ca',
12-
classifiers=['License :: Public Domain'],
12+
classifiers=['License :: Public Domain', 'Private :: Do Not Upload'],
1313
packages=find_packages(),
1414
include_package_data=True,
1515
install_requires=['luigi', 'python-daemon<3.0.0', 'bioluigi>=0.2.1', 'requests', 'pandas'],

0 commit comments

Comments
 (0)