Skip to content

Commit c2800fc

Browse files
committed
setup.py: Clean up
1 parent f1db459 commit c2800fc

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

setup.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,4 @@
1-
## -*- encoding: utf-8 -*-
2-
import os
3-
import sys
41
from setuptools import setup
5-
from codecs import open # To open the README file with proper encoding
6-
7-
8-
# Get information from separate files (README, VERSION)
9-
def readfile(filename):
10-
with open(filename, encoding='utf-8') as f:
11-
return f.read()
122

133
setup(
144
packages = ['cutgeneratingfunctionology', 'cutgeneratingfunctionology.igp', 'cutgeneratingfunctionology.multirow', 'cutgeneratingfunctionology.dff', 'cutgeneratingfunctionology.spam', 'cutgeneratingfunctionology.igp.subadditivity_slack_diagrams', 'cutgeneratingfunctionology.igp.procedures'],

0 commit comments

Comments
 (0)