File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 8
8
with open ('README.rst' ) as readme_file :
9
9
readme = readme_file .read ()
10
10
11
- with open ('HISTORY .rst' ) as history_file :
11
+ with open ('NEWS .rst' ) as history_file :
12
12
history = history_file .read ()
13
13
14
14
requirements = []
31
31
long_description = readme + '\n \n ' + history ,
32
32
author = "Paul Ganssle" ,
33
33
34
- url = 'https://github.com/pganssle /variants' ,
34
+ url = 'https://github.com/python-variants /variants' ,
35
35
packages = find_packages (where = 'src' ),
36
36
package_dir = {'' : 'src' },
37
37
include_package_data = True ,
40
40
zip_safe = True ,
41
41
keywords = 'variants' ,
42
42
classifiers = [
43
- 'Development Status :: 2 - Pre- Alpha' ,
43
+ 'Development Status :: 3 - Alpha' ,
44
44
'Intended Audience :: Developers' ,
45
45
'License :: OSI Approved :: Apache Software License' ,
46
46
'Natural Language :: English' ,
You can’t perform that action at this time.
0 commit comments