Skip to content
This repository was archived by the owner on Apr 23, 2022. It is now read-only.

Commit ef90fc9

Browse files
committed
correct setup.py
1 parent 91e56fd commit ef90fc9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
long_description=long_description,
2121
author='Samuel Colvin',
2222
author_email='s@muelcolvin.com',
23-
url='https://github.com/samuelcolvin/xdelta3',
23+
url='https://github.com/samuelcolvin/xdelta3-python',
2424
license='Apache License, Version 2.0',
2525
packages=['xdelta3'],
2626
package_data={
@@ -43,6 +43,7 @@
4343
'Development Status :: 4 - Beta',
4444
'Programming Language :: Python',
4545
'Programming Language :: Python :: 3',
46+
'Programming Language :: Python :: 3.5',
4647
'Programming Language :: Python :: 3.6',
4748
'License :: OSI Approved :: Apache Software License',
4849
'Operating System :: Unix',

0 commit comments

Comments
 (0)