File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1- # wheel= =0.23.0
1+ wheel > =0.23.0
22python-dateutil >= 2.4.2
33sqlalchemy >= 0.9
44Pillow >= 2.7.0
Original file line number Diff line number Diff line change @@ -13,6 +13,3 @@ with-xunit=1
1313# --cover-html when run interactively to view HTML coverage output
1414# --with-specplugin to view nicely human-readable RSpec output; you won't see
1515# coverage info in stdout if you do this
16-
17- [metadata]
18- description-file = DESCRIPTION.rst
Original file line number Diff line number Diff line change 99SETUP_DIR = os .path .dirname (os .path .realpath (__file__ ))
1010EGG_RE = re .compile ('#egg=([^#@\n ]+)' )
1111
12- readme = open (os .path .join (SETUP_DIR , 'README .rst' )).read ()
12+ readme = open (os .path .join (SETUP_DIR , 'DESCRIPTION .rst' )).read ()
1313history = open (
1414 os .path .join (
1515 SETUP_DIR , 'HISTORY.rst' )).read ().replace ('.. :changelog:' , '' )
@@ -72,6 +72,7 @@ def recurse_data_files(path):
7272setup (
7373 name = 'datagrid_gtk3' ,
7474 version = '0.1.2' ,
75+ license = 'MIT' ,
7576 description = 'MVC framework for working with the GTK3 TreeView widget.' ,
7677 long_description = readme + '\n \n ' + history ,
7778 author = 'NowSecure' ,
You can’t perform that action at this time.
0 commit comments