File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88with open ('README.rst' ) as readme_file :
99 readme = readme_file .read ()
1010
11- with open ('HISTORY .rst' ) as history_file :
11+ with open ('NEWS .rst' ) as history_file :
1212 history = history_file .read ()
1313
1414requirements = []
3131 long_description = readme + '\n \n ' + history ,
3232 author = "Paul Ganssle" ,
3333 author_email = 'paul@ganssle.io' ,
34- url = 'https://github.com/pganssle /variants' ,
34+ url = 'https://github.com/python-variants /variants' ,
3535 packages = find_packages (where = 'src' ),
3636 package_dir = {'' : 'src' },
3737 include_package_data = True ,
4040 zip_safe = True ,
4141 keywords = 'variants' ,
4242 classifiers = [
43- 'Development Status :: 2 - Pre- Alpha' ,
43+ 'Development Status :: 3 - Alpha' ,
4444 'Intended Audience :: Developers' ,
4545 'License :: OSI Approved :: Apache Software License' ,
4646 'Natural Language :: English' ,
You can’t perform that action at this time.
0 commit comments