Skip to content

Commit 8cd08c3

Browse files
committed
Add FreeBSD to the list of platforms
1 parent 8097a95 commit 8cd08c3

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
@@ -57,7 +57,7 @@ def run(self):
5757
author = 'openSUSE project',
5858
author_email = 'opensuse-buildservice@opensuse.org',
5959
license = 'GPL',
60-
platforms = ['Linux', 'Mac OSX', 'Windows XP/2000/NT', 'Windows 95/98/ME'],
60+
platforms = ['Linux', 'Mac OSX', 'Windows XP/2000/NT', 'Windows 95/98/ME', 'FreeBSD'],
6161
keywords = ['openSUSE', 'SUSE', 'RPM', 'build', 'buildservice'],
6262
url = 'http://en.opensuse.org/openSUSE:OSC',
6363
download_url = 'https://github.com/openSUSE/osc',

0 commit comments

Comments
 (0)